|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AssemblyLineHandler
This interface provides several methods to handle an AssemblyLine.
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. |
Method Detail |
---|
AssemblyLine getAssemblyLine() throws DIException
this
AssemblyLine.
DIException
- if an error occurs while retrieving the AssemblyLine.Entry executeCycle(Entry aEntry, boolean aProcessTCB) throws DIException
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.Entry executeCycle(Entry aEntry) throws DIException
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.Entry executeCycle() throws DIException
DIException
- if an error occurs while executing the AssemblyLine.void close() throws DIException
DIException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |