Uses of Interface
com.ibm.di.api.local.Sequence
-
Packages that use Sequence Package Description com.ibm.di.api.local Provides interfaces for managing the local session of the server API.com.ibm.di.api.local.impl Provides implementations of the interfaces for managing the local 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.local
Methods in com.ibm.di.api.local 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.local.impl
Classes in com.ibm.di.api.local.impl that implement Sequence Modifier and Type Class Description class
SequenceImpl
Methods in com.ibm.di.api.local.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)
-
Uses of Sequence in com.ibm.di.api.remote.impl
Methods in com.ibm.di.api.remote.impl with parameters of type Sequence Modifier and Type Method Description static SequenceImpl
SequenceImpl. createInstance(Sequence sequence, SessionImpl session)
-