|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
com.ibm.di.api.remote.impl.AssemblyLineHandlerImpl
public class AssemblyLineHandlerImpl
This class implements several methods to handle an AssemblyLine.
Field Summary |
---|
Fields inherited from class java.rmi.server.RemoteObject |
---|
ref |
Method Summary | |
---|---|
void |
close()
Closes the handler |
static AssemblyLineHandlerImpl |
createInstance(AssemblyLine aAssemblyLine,
AssemblyLineHandler aLocalHandler,
SessionImpl aSession)
Creates new instance of this class. |
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.rmi.server.UnicastRemoteObject |
---|
clone, exportObject, exportObject, exportObject, unexportObject |
Methods inherited from class java.rmi.server.RemoteServer |
---|
getClientHost, getLog, setLog |
Methods inherited from class java.rmi.server.RemoteObject |
---|
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public AssemblyLine getAssemblyLine() throws DIException, java.rmi.RemoteException
getAssemblyLine
in interface AssemblyLineHandler
this
AssemblyLine.
DIException
- if an error occurs while retrieving the AssemblyLine.
java.rmi.RemoteException
- if a communication-related exception occurs.public Entry executeCycle(Entry aEntry, boolean aProcessTCB) throws DIException, java.rmi.RemoteException
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.
java.rmi.RemoteException
- if a communication-related exception occurs.public Entry executeCycle(Entry aEntry) throws DIException, java.rmi.RemoteException
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.
java.rmi.RemoteException
- if a communication-related exception occurs.public Entry executeCycle() throws DIException, java.rmi.RemoteException
executeCycle
in interface AssemblyLineHandler
DIException
- if an error occurs while executing the AssemblyLine.
java.rmi.RemoteException
- if a communication-related exception occurs.public void close() throws DIException, java.rmi.RemoteException
close
in interface AssemblyLineHandler
DIException
- if an error occurs while executing the AssemblyLine.
java.rmi.RemoteException
- if a communication-related exception occurs.public static AssemblyLineHandlerImpl createInstance(AssemblyLine aAssemblyLine, AssemblyLineHandler aLocalHandler, SessionImpl aSession) throws DIException, java.rmi.RemoteException
aAssemblyLine
- the assembly lineaLocalHandler
- local assembly line handleraSession
- the SessionImpl object
DIException
- if Runtime or Security exception occurs
java.rmi.RemoteException
- if a communication-related exception occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |