|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.api.local.impl.AssemblyLineHandlerImpl
public class AssemblyLineHandlerImpl
This class implements several methods to handle an AssemblyLine.
Constructor Summary | |
---|---|
AssemblyLineHandlerImpl(AssemblyLine aAssemblyLine,
AssemblyLine aRawAssemblyLine,
SessionImpl aSession)
Constructor |
Method Summary | |
---|---|
void |
close()
Closes an AssemblyLine. |
Entry |
executeCycle()
Executes an AssemblyLine cycle with null work Entry attribute. |
Entry |
executeCycle(Entry aEntry)
Executes an AssemblyLine cycle. |
Entry |
executeCycle(Entry aEntry,
boolean aProcessTCB)
Executes an AssemblyLine cycle. |
AssemblyLine |
getAssemblyLine()
Returns an AssemblyLine instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssemblyLineHandlerImpl(AssemblyLine aAssemblyLine, AssemblyLine aRawAssemblyLine, SessionImpl aSession) throws DIException
aAssemblyLine
- AssemblyLine
instanceaRawAssemblyLine
- AssemblyLine
instanceaSession
- SessionImpl
instance
DIException
- if some of the parameters is null
.Method Detail |
---|
public AssemblyLine getAssemblyLine() throws DIException
getAssemblyLine
in interface AssemblyLineHandler
this
AssemblyLine.
DIException
- if an error occurs while retrieving the AssemblyLine.public Entry executeCycle(Entry aEntry, boolean aProcessTCB) throws DIException
executeCycle
in interface AssemblyLineHandler
aEntry
- the work entry to use, or null to use an empty work
entry/iterator entry.aProcessTCB
- if true, the AL's call/return attribute maps are applied to
the provided entry and returned entry.
DIException
- if an error occurs while executing the AssemblyLine.public Entry executeCycle(Entry aEntry) throws DIException
executeCycle
in interface AssemblyLineHandler
aEntry
- the work entry to use, or null to use an empty work
entry/iterator entry.
DIException
- if an error occurs while executing the AssemblyLine.public Entry executeCycle() throws DIException
executeCycle
in interface AssemblyLineHandler
DIException
- if an error occurs while executing the AssemblyLine.public void close() throws DIException
close
in interface AssemblyLineHandler
DIException
- if an error occurs while closing the AssemblyLine.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |