|
|||||||||||
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()
Closes an AssemblyLine. |
java.io.Serializable |
eval(java.lang.String script)
Evaluates the passed in as parameter script in the context of this 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. |
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.java.io.Serializable eval(java.lang.String script) throws DIException
script
- the script to evaluate.
DIException
- if an error occurs while evaluating the scriptvoid close() throws DIException
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 |