|
|||||||||||
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.APIRemoteObject
com.ibm.di.api.remote.impl.SequenceImpl
public class SequenceImpl
Field Summary |
---|
Fields inherited from class java.rmi.server.RemoteObject |
---|
ref |
Method Summary | |
---|---|
static SequenceImpl |
createInstance(Sequence sequence,
SessionImpl session)
|
ConfigInstance |
getConfigInstance()
Returns the configuration instance of the Sequence. |
String |
getName()
Returns the name of the Sequence. |
Entry |
getResult()
This method returns the result entry object. |
TaskStatistics |
getStatistics()
This method returns the TaskStatistics object for this Sequence. |
int |
getUniqueCode()
Returns the unique code of the Sequence. |
boolean |
isActive()
Checks if the Sequence is active. |
void |
stop()
Stops the execution of the Sequence. |
void |
stop(boolean sync)
Stops the execution of the Sequence, and waits for it to stop. |
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 static SequenceImpl createInstance(Sequence sequence, SessionImpl session) throws DIException, RemoteException
DIException
RemoteException
public ConfigInstance getConfigInstance() throws DIException, RemoteException
Sequence
getConfigInstance
in interface Sequence
DIException
- if an error occurs while retrieving the configuration
instance information.
RemoteException
public String getName() throws DIException, RemoteException
Sequence
getName
in interface Sequence
DIException
- if an error occurs while retrieving the name
RemoteException
public Entry getResult() throws DIException, RemoteException
Sequence
getResult
in interface Sequence
DIException
- if an error occurs while getting the result Entry.
RemoteException
public TaskStatistics getStatistics() throws DIException, RemoteException
Sequence
getStatistics
in interface Sequence
DIException
- if an error occurs while getting the Sequence statistics.
RemoteException
public int getUniqueCode() throws DIException, RemoteException
Sequence
getUniqueCode
in interface Sequence
DIException
- if an error occurs while retrieving the unique code.
RemoteException
public boolean isActive() throws DIException, RemoteException
Sequence
isActive
in interface Sequence
DIException
- if an error occurs while getting the state.
RemoteException
public void stop() throws DIException, RemoteException
Sequence
stop
in interface Sequence
DIException
- if an error occurs while stopping the AssemblyLine.
RemoteException
public void stop(boolean sync) throws DIException, RemoteException
Sequence
stop
in interface Sequence
sync
- If true, create a new Thread to do the waiting.
DIException
- if an error occurs while stopping the Sequence.
RemoteException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |