|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AssemblyLineHandlerMBean
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. |
javax.management.ObjectName |
getAssemblyLine()
Returns an ObjectName generated from the AssemblyLine’s name and AssemblyLine’s unique code. |
Methods inherited from interface com.ibm.di.api.jmx.mbeans.BaseMBean |
---|
getId, getType |
Method Detail |
---|
javax.management.ObjectName getAssemblyLine() throws DIException
DIException
- if an error occurs while getting the AssemblyLine’s ObjectName.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 |