Uses of Interface
com.ibm.di.api.remote.Sequence
-
Packages that use Sequence Package Description com.ibm.di.api.remote Provides interfaces for managing the remote session of the server API.com.ibm.di.api.remote.impl Provides implementations of the interfaces for managing the remote session of the server API. -
-
Uses of Sequence in com.ibm.di.api.remote
Methods in com.ibm.di.api.remote that return Sequence Modifier and Type Method Description Sequence
ConfigInstance. startSequence(java.lang.String name)
Starts the specified Sequence.Sequence
ConfigInstance. startSequence(java.lang.String name, TaskCallBlock tcb, boolean sync)
Starts the specified Sequence specifying a TaskCallBlock, synchronous or asynchronous.Sequence
ConfigInstance. startSequence(java.lang.String name, TaskCallBlock tcb, AssemblyLineListener listener)
Starts the specified Sequence with the given TaskCallBlock and a Listener -
Uses of Sequence in com.ibm.di.api.remote.impl
Classes in com.ibm.di.api.remote.impl that implement Sequence Modifier and Type Class Description class
SequenceImpl
Methods in com.ibm.di.api.remote.impl that return Sequence Modifier and Type Method Description Sequence
ConfigInstanceImpl. startSequence(java.lang.String name)
Sequence
ConfigInstanceImpl. startSequence(java.lang.String name, TaskCallBlock tcb, boolean sync)
Sequence
ConfigInstanceImpl. startSequence(java.lang.String name, TaskCallBlock tcb, AssemblyLineListener listener)
-