|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorkQueueCfg
A server-side interface for querying Work Queue settings.
The Work Queue provides the configuration for the server work queue and is responsible for ensuring that requests received from clients are processed in a timely manner.
Method Summary | |
---|---|
void |
addChangeListener(ConfigurationChangeListener<WorkQueueCfg> listener)
Register to be notified when this Work Queue is changed. |
java.lang.Class<? extends WorkQueueCfg> |
configurationClass()
Gets the configuration class associated with this Work Queue. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
void |
removeChangeListener(ConfigurationChangeListener<WorkQueueCfg> listener)
Deregister an existing Work Queue configuration change listener. |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.Class<? extends WorkQueueCfg> configurationClass()
configurationClass
in interface Configuration
void addChangeListener(ConfigurationChangeListener<WorkQueueCfg> listener)
listener
- The Work Queue configuration change listener.void removeChangeListener(ConfigurationChangeListener<WorkQueueCfg> listener)
listener
- The Work Queue configuration change listener.java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Work Queue implementation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |