Uses of Class
org.opends.server.api.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
Modifier 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
Modifier and TypeClassDescriptionfinal class
This class defines a data structure for storing and interacting with the Directory Server work queue.