|
||||||||||
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
Constructor Summary | |
---|---|
AssemblyLineHandlerImpl(AssemblyLine aAssemblyLine,
AssemblyLine aRawAssemblyLine,
SessionImpl aSession)
|
Method Summary | |
---|---|
void |
close()
|
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
DIException
Method Detail |
---|
public AssemblyLine getAssemblyLine() throws DIException
AssemblyLineHandler
getAssemblyLine
in interface AssemblyLineHandler
this
AssemblyLine.
DIException
- if an error occurs while retrieving the AssemblyLine.public Entry executeCycle(Entry aEntry, boolean aProcessTCB) throws DIException
AssemblyLineHandler
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
AssemblyLineHandler
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
AssemblyLineHandler
executeCycle
in interface AssemblyLineHandler
DIException
- if an error occurs while executing the AssemblyLine.public void close() throws DIException
close
in interface AssemblyLineHandler
DIException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |