|
|||||||||||
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. |
java.lang.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, java.rmi.RemoteException
DIException
java.rmi.RemoteException
public ConfigInstance getConfigInstance() throws DIException, java.rmi.RemoteException
Sequence
getConfigInstance
in interface Sequence
DIException
- if an error occurs while retrieving the configuration
instance information.
java.rmi.RemoteException
public java.lang.String getName() throws DIException, java.rmi.RemoteException
Sequence
getName
in interface Sequence
DIException
- if an error occurs while retrieving the name
java.rmi.RemoteException
public Entry getResult() throws DIException, java.rmi.RemoteException
Sequence
getResult
in interface Sequence
DIException
- if an error occurs while getting the result Entry.
java.rmi.RemoteException
public TaskStatistics getStatistics() throws DIException, java.rmi.RemoteException
Sequence
getStatistics
in interface Sequence
DIException
- if an error occurs while getting the Sequence statistics.
java.rmi.RemoteException
public int getUniqueCode() throws DIException, java.rmi.RemoteException
Sequence
getUniqueCode
in interface Sequence
DIException
- if an error occurs while retrieving the unique code.
java.rmi.RemoteException
public boolean isActive() throws DIException, java.rmi.RemoteException
Sequence
isActive
in interface Sequence
DIException
- if an error occurs while getting the state.
java.rmi.RemoteException
public void stop() throws DIException, java.rmi.RemoteException
Sequence
stop
in interface Sequence
DIException
- if an error occurs while stopping the AssemblyLine.
java.rmi.RemoteException
public void stop(boolean sync) throws DIException, java.rmi.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.
java.rmi.RemoteException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |