|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.server.AssemblyLineEvent
public class AssemblyLineEvent
An AssemblyLine event.
AssemblyLine.addListener(com.ibm.di.server.AssemblyLine.AssemblyLineListener)
Field Summary | |
---|---|
static long |
AL_EVENT_ENDCYCLE
The AssemblyLine completed a cycle. |
static long |
AL_EVENT_MATCH_ALL
Match all possible AssemblyLine event types. |
static long |
AL_EVENT_TERMINATE
The AssemblyLine terminated. |
Constructor Summary | |
---|---|
AssemblyLineEvent(long type,
java.lang.Object data,
AssemblyLine source)
Create an event. |
Method Summary | |
---|---|
java.lang.Object |
getData()
|
AssemblyLine |
getSource()
|
long |
getType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final long AL_EVENT_ENDCYCLE
getData()
will return the 'work' Entry.
public static final long AL_EVENT_TERMINATE
getData()
will return null.
public static final long AL_EVENT_MATCH_ALL
Constructor Detail |
---|
public AssemblyLineEvent(long type, java.lang.Object data, AssemblyLine source)
type
- The type of the event.data
- Additional data associated with the event.source
- The AssemblyLine, which produced the event.Method Detail |
---|
public long getType()
public java.lang.Object getData()
public AssemblyLine getSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |