org.opends.server.admin.std.server
Interface LocalBackendWorkflowElementCfg

All Superinterfaces:
Configuration, WorkflowElementCfg

public interface LocalBackendWorkflowElementCfg
extends WorkflowElementCfg

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

configurationClass

java.lang.Class<? extends LocalBackendWorkflowElementCfg> configurationClass()
Gets the configuration class associated with this Local Backend Workflow Element.

Specified by:
configurationClass in interface Configuration
Specified by:
configurationClass in interface WorkflowElementCfg
Returns:
Returns the configuration class associated with this Local Backend Workflow Element.

addLocalBackendChangeListener

void addLocalBackendChangeListener(ConfigurationChangeListener<LocalBackendWorkflowElementCfg> listener)
Register to be notified when this Local Backend Workflow Element is changed.

Parameters:
listener - The Local Backend Workflow Element configuration change listener.

removeLocalBackendChangeListener

void removeLocalBackendChangeListener(ConfigurationChangeListener<LocalBackendWorkflowElementCfg> listener)
Deregister an existing Local Backend Workflow Element configuration change listener.

Parameters:
listener - The Local Backend Workflow Element configuration change listener.

getBackend

java.lang.String getBackend()
Gets the "backend" property.

Identifies the backend accessed by the workflow element.

Returns:
Returns the value of the "backend" property.

getBackendDN

DN getBackendDN()
Gets the "backend" property as a DN.

Identifies the backend accessed by the workflow element.

Returns:
Returns the DN value of the "backend" property.

getJavaClass

java.lang.String getJavaClass()
Gets the "java-class" property.

Specifies the fully-qualified name of the Java class that provides the Local Backend Workflow Element implementation.

Specified by:
getJavaClass in interface WorkflowElementCfg
Returns:
Returns the value of the "java-class" property.