|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocalBackendWorkflowElementCfg
A server-side interface for querying Local Backend Workflow Element settings.
The Local Backend Workflow Element provides access to a backend.
Method Summary | |
---|---|
void |
addLocalBackendChangeListener(ConfigurationChangeListener<LocalBackendWorkflowElementCfg> listener)
Register to be notified when this Local Backend Workflow Element is changed. |
java.lang.Class<? extends LocalBackendWorkflowElementCfg> |
configurationClass()
Gets the configuration class associated with this Local Backend Workflow Element. |
java.lang.String |
getBackend()
Gets the "backend" property. |
DN |
getBackendDN()
Gets the "backend" property as a DN. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
void |
removeLocalBackendChangeListener(ConfigurationChangeListener<LocalBackendWorkflowElementCfg> listener)
Deregister an existing Local Backend Workflow Element configuration change listener. |
Methods inherited from interface org.opends.server.admin.std.server.WorkflowElementCfg |
---|
addChangeListener, getWorkflowElementId, isEnabled, removeChangeListener |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.Class<? extends LocalBackendWorkflowElementCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface WorkflowElementCfg
void addLocalBackendChangeListener(ConfigurationChangeListener<LocalBackendWorkflowElementCfg> listener)
listener
- The Local Backend Workflow Element configuration change listener.void removeLocalBackendChangeListener(ConfigurationChangeListener<LocalBackendWorkflowElementCfg> listener)
listener
- The Local Backend Workflow Element configuration change listener.java.lang.String getBackend()
Identifies the backend accessed by the workflow element.
DN getBackendDN()
Identifies the backend accessed by the workflow element.
java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Local Backend Workflow Element implementation.
getJavaClass
in interface WorkflowElementCfg
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |