|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.di.api.remote.impl.AssemblyLineListenerAdapter
public class AssemblyLineListenerAdapter
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 |
|---|
public AssemblyLineListenerAdapter(AssemblyLineListener aListener)
throws DIException
aListener -
DIException| Method Detail |
|---|
public void assemblyLineCycleDone(Entry entry)
throws DIException
assemblyLineCycleDone in interface AssemblyLineListenerentry - the entry object
DIException - if Runtime or Security exception occurs
public void assemblyLineFinished()
throws DIException
assemblyLineFinished in interface AssemblyLineListenerDIException - if Runtime or Security exception occurs
public void messageLogged(java.lang.String aMessage)
throws DIException
messageLogged in interface LogListeneraMessage - the message text
DIException - If an error is encountered.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||