com.ibm.di.api
Class ProcessRegistry
java.lang.Object
com.ibm.di.api.ProcessRegistry
public class ProcessRegistry
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessRegistry
public ProcessRegistry()
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()