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 SequenceConfigInstance. startSequence(java.lang.String name)Starts the specified Sequence.SequenceConfigInstance. startSequence(java.lang.String name, TaskCallBlock tcb, boolean sync)Starts the specified Sequence specifying a TaskCallBlock, synchronous or asynchronous.SequenceConfigInstance. 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 classSequenceImplMethods in com.ibm.di.api.local.impl that return Sequence Modifier and Type Method Description SequenceConfigInstanceImpl. startSequence(java.lang.String name)SequenceConfigInstanceImpl. startSequence(java.lang.String name, TaskCallBlock tcb, boolean sync)SequenceConfigInstanceImpl. 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 SequenceImplSequenceImpl. createInstance(Sequence sequence, SessionImpl session)
-