Uses of Class
org.opends.server.api.WorkQueue
Packages that use WorkQueue
Package
Description
Contains various classes that comprise the core of the Directory Server codebase.
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
-
Uses of WorkQueue in org.opends.server.core
Methods in org.opends.server.core that return WorkQueueModifier and TypeMethodDescriptionWorkQueue<?>
DirectoryServer.getWorkQueue()
WorkQueue<?>
ServerContext.getWorkQueue()
Retrieves a reference to the Directory Server work queue.WorkQueue<? extends WorkQueueCfg>
WorkQueueConfigManager.initializeWorkQueue()
Initializes the Directory Server's work queue. -
Uses of WorkQueue in org.opends.server.extensions
Subclasses of WorkQueue in org.opends.server.extensionsModifier and TypeClassDescriptionfinal class
This class defines a data structure for storing and interacting with the Directory Server work queue.