Uses of Class
com.ibm.di.server.Sequence
-
Packages that use Sequence Package Description 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 Verify Directory Integrator.com.ibm.di.server Provides classes for the Security Verify 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 Constructor Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description Sequence
RS. startSequence(java.lang.String name)
Starts the Sequence with the given nameSequence
RS. startSequence(java.lang.String name, java.lang.Object io)
Starts the Sequence with the given nameSequence
RS. startSequence(java.lang.String name, java.lang.Object io, LogInterface logger)
Starts the Sequence with the given nameMethods in com.ibm.di.server that return types with arguments of type Sequence Modifier and Type Method Description static java.util.Vector<Sequence>
Monitor. runningSequences()
Returns a collection of the running Sequences.
-