com.ibm.di.api.local
Interface AssemblyLineListener

All Superinterfaces:
EventListener, LogListener
All Known Implementing Classes:
LogCommand

public interface AssemblyLineListener
extends LogListener

This listener listens for AssemblyLine events.


Method Summary
 void assemblyLineCycleDone(Entry aEntry)
          Called when specified entry drives a complete cycle trough the assembly line which AssemblyLineListener listens.
 void assemblyLineFinished()
          Called when the assembly line which AssemblyLineListener listens has finished.
 
Methods inherited from interface com.ibm.di.api.local.LogListener
messageLogged
 

Method Detail

assemblyLineCycleDone

void assemblyLineCycleDone(Entry aEntry)
                           throws DIException
Called when specified entry drives a complete cycle trough the assembly line which AssemblyLineListener listens.

Parameters:
aEntry - the entry object
Throws:
DIException - if Runtime or Security exception occurs

assemblyLineFinished

void assemblyLineFinished()
                          throws DIException
Called when the assembly line which AssemblyLineListener listens has finished.

Throws:
DIException - if Runtime or Security exception occurs