Uses of Interface
org.forgerock.opendj.server.config.server.WorkQueueCfg
-
Packages that use WorkQueueCfg 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.org.forgerock.opendj.server.config.server Provides server-side interfaces for accessing the Core directory server administrative components. -
-
Uses of WorkQueueCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type WorkQueueCfg Modifier and Type Method Description ManagedObjectDefinition<? extends WorkQueueCfgClient,? extends WorkQueueCfg>WorkQueueCfgClient. definition()Get the configuration definition associated with this Work Queue. -
Uses of WorkQueueCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return WorkQueueCfg Modifier and Type Method Description WorkQueueCfgWorkQueueCfgDefn. createServerConfiguration(ServerManagedObject<? extends WorkQueueCfg> impl)Creates a server configuration view of the provided server managed object.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type WorkQueueCfg Modifier and Type Method Description Class<WorkQueueCfg>WorkQueueCfgDefn. getServerConfigurationClass()Gets the server configuration class instance associated with this managed object definition.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 WorkQueueCfg Modifier and Type Method Description WorkQueueCfgWorkQueueCfgDefn. createServerConfiguration(ServerManagedObject<? extends WorkQueueCfg> impl)Creates a server configuration view of the provided server managed object. -
Uses of WorkQueueCfg in org.forgerock.opendj.server.config.server
Subinterfaces of WorkQueueCfg in org.forgerock.opendj.server.config.server Modifier and Type Interface Description interfaceParallelWorkQueueCfgA server-side interface for querying Parallel Work Queue settings.interfaceTraditionalWorkQueueCfgA server-side interface for querying Traditional Work Queue settings.Methods in org.forgerock.opendj.server.config.server that return WorkQueueCfg Modifier and Type Method Description WorkQueueCfgRootCfg. getWorkQueue()Gets the Work Queue.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type WorkQueueCfg Modifier and Type Method Description Class<? extends WorkQueueCfg>WorkQueueCfg. configurationClass()Gets the configuration class associated with this Work Queue.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type WorkQueueCfg Modifier and Type Method Description voidWorkQueueCfg. addChangeListener(ConfigurationChangeListener<WorkQueueCfg> listener)Register to be notified when this Work Queue is changed.voidWorkQueueCfg. removeChangeListener(ConfigurationChangeListener<WorkQueueCfg> listener)Deregister an existing Work Queue configuration change listener.
-