Uses of Interface
org.forgerock.opendj.server.config.server.TraditionalWorkQueueCfg
-
Packages that use TraditionalWorkQueueCfg 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 TraditionalWorkQueueCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type TraditionalWorkQueueCfg Modifier and Type Method Description ManagedObjectDefinition<? extends TraditionalWorkQueueCfgClient,? extends TraditionalWorkQueueCfg>TraditionalWorkQueueCfgClient. definition()Get the configuration definition associated with this Traditional Work Queue. -
Uses of TraditionalWorkQueueCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return TraditionalWorkQueueCfg Modifier and Type Method Description TraditionalWorkQueueCfgTraditionalWorkQueueCfgDefn. createServerConfiguration(ServerManagedObject<? extends TraditionalWorkQueueCfg> 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 TraditionalWorkQueueCfg Modifier and Type Method Description Class<TraditionalWorkQueueCfg>TraditionalWorkQueueCfgDefn. getServerConfigurationClass()Gets the server configuration class instance associated with this managed object definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type TraditionalWorkQueueCfg Modifier and Type Method Description TraditionalWorkQueueCfgTraditionalWorkQueueCfgDefn. createServerConfiguration(ServerManagedObject<? extends TraditionalWorkQueueCfg> impl)Creates a server configuration view of the provided server managed object. -
Uses of TraditionalWorkQueueCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type TraditionalWorkQueueCfg Modifier and Type Method Description Class<? extends TraditionalWorkQueueCfg>TraditionalWorkQueueCfg. configurationClass()Gets the configuration class associated with this Traditional Work Queue.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type TraditionalWorkQueueCfg Modifier and Type Method Description voidTraditionalWorkQueueCfg. addTraditionalChangeListener(ConfigurationChangeListener<TraditionalWorkQueueCfg> listener)Register to be notified when this Traditional Work Queue is changed.voidTraditionalWorkQueueCfg. removeTraditionalChangeListener(ConfigurationChangeListener<TraditionalWorkQueueCfg> listener)Deregister an existing Traditional Work Queue configuration change listener.
-