com.ibm.di.api
Class ProcessRegistry

java.lang.Object
  extended by com.ibm.di.api.ProcessRegistry

public class ProcessRegistry
extends Object


Constructor Summary
ProcessRegistry()
           
 
Method Summary
 void assemblyLineStarted(AssemblyLine aAssemblyLine)
           
 void assemblyLineTerminated(AssemblyLine aAssemblyLine)
           
 void configInstanceStarted(RSInterface aConfigInstance)
           
 void configInstanceStopped(RSInterface aConfigInstance)
           
 void eventHandlerStarted(Switchboard aEventHandler)
           
 void eventHandlerStarted(Trigger aTrigger)
           
 void eventHandlerTerminated(Switchboard aEventHandler)
           
 void eventHandlerTerminated(Trigger aTrigger)
           
 Hashtable getAssemblyLines()
           
 Vector getConfigInstances()
           
 Hashtable getEventHandlers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessRegistry

public ProcessRegistry()
Method Detail

configInstanceStarted

public void configInstanceStarted(RSInterface aConfigInstance)
                           throws DIException
Throws:
DIException

configInstanceStopped

public void configInstanceStopped(RSInterface aConfigInstance)
                           throws DIException
Throws:
DIException

assemblyLineStarted

public void assemblyLineStarted(AssemblyLine aAssemblyLine)
                         throws DIException
Throws:
DIException

assemblyLineTerminated

public void assemblyLineTerminated(AssemblyLine aAssemblyLine)
                            throws DIException
Throws:
DIException

eventHandlerStarted

public void eventHandlerStarted(Switchboard aEventHandler)
                         throws DIException
Throws:
DIException

eventHandlerTerminated

public void eventHandlerTerminated(Switchboard aEventHandler)
                            throws DIException
Throws:
DIException

eventHandlerStarted

public void eventHandlerStarted(Trigger aTrigger)
                         throws DIException
Throws:
DIException

eventHandlerTerminated

public void eventHandlerTerminated(Trigger aTrigger)
                            throws DIException
Throws:
DIException

getConfigInstances

public Vector getConfigInstances()

getAssemblyLines

public Hashtable getAssemblyLines()

getEventHandlers

public Hashtable getEventHandlers()