Uses of Class
com.ibm.di.server.Sequence

Packages that use Sequence
com.ibm.di.api.local.impl Provides implementations of the interfaces for managing the local session of the server API. 
com.ibm.di.function Provides useful functions for the Security Directory Integrator. 
com.ibm.di.server Provides classes for the Security Directory Integrator core engine. 
 

Uses of Sequence in com.ibm.di.api.local.impl
 

Constructors in com.ibm.di.api.local.impl with parameters of type Sequence
SequenceImpl(Sequence sequence, ConfigInstanceImpl configInstance, SessionImpl session)
          Class constructor.
 

Uses of Sequence in com.ibm.di.function
 

Methods in com.ibm.di.function that return types with arguments of type Sequence
static java.util.Vector<Sequence> UserFunctions.getRunningSequences(java.lang.String name)
          This method returns a Vector containing all Sequences with the given name that were running when the function was called
 

Uses of Sequence in com.ibm.di.server
 

Methods in com.ibm.di.server that return Sequence
 Sequence RS.startSequence(java.lang.String name)
          Starts the Sequence with the given name
 Sequence RS.startSequence(java.lang.String name, java.lang.Object io)
          Starts the Sequence with the given name
 Sequence RS.startSequence(java.lang.String name, java.lang.Object io, LogInterface logger)
          Starts the Sequence with the given name
 

Methods in com.ibm.di.server that return types with arguments of type Sequence
static java.util.Vector<Sequence> Monitor.runningSequences()
          Returns a collection of the running Sequences.