com.ibm.di.api.remote.impl
Class AssemblyLineListenerAdapter

java.lang.Object
  extended by com.ibm.di.api.remote.impl.AssemblyLineListenerAdapter
All Implemented Interfaces:
AssemblyLineListener, LogListener, java.util.EventListener

public class AssemblyLineListenerAdapter
extends java.lang.Object
implements AssemblyLineListener

This listener listens for remote AssemblyLine events.


Constructor Summary
AssemblyLineListenerAdapter(AssemblyLineListener aListener)
          Constructor
 
Method Summary
 void assemblyLineCycleDone(Entry entry)
          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.
 void messageLogged(java.lang.String aMessage)
          Called right after the specified message is logged.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssemblyLineListenerAdapter

public AssemblyLineListenerAdapter(AssemblyLineListener aListener)
                            throws DIException
Constructor

Parameters:
aListener -
Throws:
DIException
Method Detail

assemblyLineCycleDone

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

Specified by:
assemblyLineCycleDone in interface AssemblyLineListener
Parameters:
entry - the entry object
Throws:
DIException - if Runtime or Security exception occurs

assemblyLineFinished

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

Specified by:
assemblyLineFinished in interface AssemblyLineListener
Throws:
DIException - if Runtime or Security exception occurs

messageLogged

public void messageLogged(java.lang.String aMessage)
                   throws DIException
Called right after the specified message is logged.

Specified by:
messageLogged in interface LogListener
Parameters:
aMessage - the message text
Throws:
DIException - If an error is encountered.