Uses of Interface
org.forgerock.opendj.server.config.client.WorkQueueCfgClient
-
Packages that use WorkQueueCfgClient Package Description org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components.org.forgerock.opendj.server.config.meta Provides introspection interfaces for the Core directory server administrative components. -
-
Uses of WorkQueueCfgClient in org.forgerock.opendj.server.config.client
Subinterfaces of WorkQueueCfgClient in org.forgerock.opendj.server.config.client Modifier and Type Interface Description interface
TraditionalWorkQueueCfgClient
A client-side interface for reading and modifying Traditional Work Queue settings.Methods in org.forgerock.opendj.server.config.client that return WorkQueueCfgClient Modifier and Type Method Description WorkQueueCfgClient
RootCfgClient. getWorkQueue()
Gets the Work Queue.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type WorkQueueCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends WorkQueueCfgClient,? extends WorkQueueCfg>
WorkQueueCfgClient. definition()
Get the configuration definition associated with this Work Queue. -
Uses of WorkQueueCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return WorkQueueCfgClient Modifier and Type Method Description WorkQueueCfgClient
WorkQueueCfgDefn. createClientConfiguration(ManagedObject<? extends WorkQueueCfgClient> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type WorkQueueCfgClient Modifier and Type Method Description SingletonRelationDefinition<WorkQueueCfgClient,WorkQueueCfg>
RootCfgDefn. getWorkQueueRelationDefinition()
Get the "work-queue" relation definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type WorkQueueCfgClient Modifier and Type Method Description WorkQueueCfgClient
WorkQueueCfgDefn. createClientConfiguration(ManagedObject<? extends WorkQueueCfgClient> impl)
-