org.opends.server.workflowelement
Class LeafWorkflowElement<T extends WorkflowElementCfg>

java.lang.Object
  extended by org.opends.server.workflowelement.WorkflowElement<WorkflowElementCfg>
      extended by org.opends.server.workflowelement.LeafWorkflowElement<T>
Type Parameters:
T - The type of configuration handled by this workflow elelemnt.
Direct Known Subclasses:
LocalBackendWorkflowElement

public abstract class LeafWorkflowElement<T extends WorkflowElementCfg>
extends WorkflowElement<WorkflowElementCfg>

This class defines the super class for all the workflow elements used to wrap physical repositories. A physical repository contains data (for example, a local backend, a remote LDAP servers or an LDIF flat file). Such workflow element is a leaf in the sense that the workflow element can be used by another workflow element but cannot use an other workflow element.


Constructor Summary
LeafWorkflowElement()
           
 
Method Summary
 
Methods inherited from class org.opends.server.workflowelement.WorkflowElement
deregister, execute, finalizeWorkflowElement, getWorkflowElement, getWorkflowElementID, initialize, isConfigurationAcceptable, isPrivate, register, resetConfig, setParent, setPrivate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LeafWorkflowElement

public LeafWorkflowElement()