com.ibm.di.api.remote
Interface AssemblyLineListener

All Superinterfaces:
EventListener, LogListener, Remote, RemoteListener
All Known Implementing Classes:
AssemblyLineListenerBase

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.remote.LogListener
messageLogged
 

Method Detail

assemblyLineCycleDone

void assemblyLineCycleDone(Entry aEntry)
                           throws DIException,
                                  RemoteException
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
RemoteException - if a communication-related exception occurs.

assemblyLineFinished

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

Throws:
DIException - if Runtime or Security exception occurs
RemoteException - if a communication-related exception occurs.