Uses of Class
com.ibm.di.server.AssemblyLine
-
Packages that use AssemblyLine Package Description com.ibm.di.api Provides packages and classes for managing 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.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 AssemblyLine in com.ibm.di.api
Methods in com.ibm.di.api that return types with arguments of type AssemblyLine Modifier and Type Method Description static java.util.Hashtable<RSInterface,java.util.Vector<AssemblyLine>>
APIEngine. getAssemblyLines()
Returns a hashtable whose key elements are the Configuration Instances currently started, and the values are vectors containing all Assembly Lines currently started in the corresponding Configuration Instance.java.util.Hashtable<RSInterface,java.util.Vector<AssemblyLine>>
ProcessRegistry. getAssemblyLines()
Returns a hashtable whose key elements are the Configuration Instances currently started, and the values are vectors containing all Assembly Lines currently started in the corresponding Configuration Instance.Methods in com.ibm.di.api with parameters of type AssemblyLine Modifier and Type Method Description static void
APIEngine. assemblyLineStarted(AssemblyLine aAssemblyLine)
This is a notification method, that notifies the engine that the specified Assembly Line has been started.void
ProcessRegistry. assemblyLineStarted(AssemblyLine aAssemblyLine)
Marks that the AssemblyLine instance has been started.static void
APIEngine. assemblyLineTerminated(AssemblyLine aAssemblyLine)
This is a notification method, that notifies the engine that the specified Assembly Line has been terminated.void
ProcessRegistry. assemblyLineTerminated(AssemblyLine aAssemblyLine)
Marks that the AssemblyLine instance has been terminated. -
Uses of AssemblyLine in com.ibm.di.api.local.impl
Methods in com.ibm.di.api.local.impl with parameters of type AssemblyLine Modifier and Type Method Description static java.lang.String
AssemblyLineImpl. genGUID(AssemblyLine aAssemblyLine)
Generates unique GUID for a specified assembly line.Constructors in com.ibm.di.api.local.impl with parameters of type AssemblyLine Constructor Description AssemblyLineHandlerImpl(AssemblyLine aAssemblyLine, AssemblyLine aRawAssemblyLine, SessionImpl aSession)
ConstructorAssemblyLineImpl(AssemblyLine aAssemblyLine, ConfigInstanceImpl aConfigInstance, SessionImpl aSession)
Class constructor. -
Uses of AssemblyLine in com.ibm.di.function
Methods in com.ibm.di.function that return types with arguments of type AssemblyLine Modifier and Type Method Description static java.util.Vector<AssemblyLine>
UserFunctions. getRunningALs()
This method returns a Vector containing all AssemblyLines that were running when the function was called.static java.util.Vector<AssemblyLine>
UserFunctions. getRunningALs(java.lang.String name)
This method returns a Vector containing all AssemblyLines with the given name that were running when the function was called -
Uses of AssemblyLine in com.ibm.di.server
Fields in com.ibm.di.server declared as AssemblyLine Modifier and Type Field Description protected AssemblyLine
AssemblyLineComponent. parent
This is the parent task (AssemblyLine)Methods in com.ibm.di.server that return AssemblyLine Modifier and Type Method Description AssemblyLine
AssemblyLine. getParentAL()
Returns the AssemblyLine Thread that started this AssemblyLine.AssemblyLine
RS. restartAL(java.lang.String assemblyLine, java.lang.String checkpointID)
Deprecated.AssemblyLine
RSInterface. restartAL(java.lang.String assemblyLine, java.lang.String checkpointID)
Deprecated.AssemblyLine
RS. startAL(TaskCallBlock tcb)
Start the AssemblyLine named in the TCBAssemblyLine
RS. startAL(java.lang.String assemblyLine)
Start a named AssemblyLine.AssemblyLine
RS. startAL(java.lang.String assemblyLine, int runMode)
Start named AssemblyLine by providing the run mode.AssemblyLine
RS. startAL(java.lang.String assemblyLine, Connector connector, Entry work)
Start named AssemblyLine providing an initial work entry and a connectorAssemblyLine
RS. startAL(java.lang.String assemblyLine, java.lang.Object io)
Start a named AssemblyLine providing various objects.AssemblyLine
RS. startAL(java.lang.String assemblyLine, java.lang.Object io, LogInterface logAppender)
Start named AssemblyLine providing a parameterAssemblyLine
RS. startAL(java.lang.String assemblyLine, java.lang.Object io, LogInterface logAppender, AssemblyLineConfig alc)
Start named AssemblyLine providing parametersAssemblyLine
RSInterface. startAL(java.lang.String assemblyLine)
Start a named AssemblyLine.AssemblyLine
RSInterface. startAL(java.lang.String assemblyLine, Connector connector, Entry work)
Start named AssemblyLine providing an initial work entry and a connectorAssemblyLine
RSInterface. startAL(java.lang.String assemblyLine, java.lang.Object io)
Start a named AssemblyLine providing various objects.AssemblyLine
RS. startALDebug(java.lang.String assemblyLine, int port)
Start named AssemblyLine in debug mode.Methods in com.ibm.di.server that return types with arguments of type AssemblyLine Modifier and Type Method Description java.util.List<AssemblyLine>
AssemblyLinePool. getActiveAssemblyLines()
static java.util.Vector<AssemblyLine>
Monitor. runningALs()
Returns a collection of the running AssemblyLines.Methods in com.ibm.di.server with parameters of type AssemblyLine Modifier and Type Method Description void
AssemblyLine.AssemblyLineListener. assemblyLineCycleEnded(AssemblyLine al, Entry work)
An AssemblyLine cycle (iteration) is complete.void
RS. assemblyLineCycleEnded(AssemblyLine al, Entry work)
An AssemblyLine cycle (iteration) is complete.void
AssemblyLine.AssemblyLineListener. assemblyLineStarted(AssemblyLine al)
The AssemblyLine started.void
ConfigInstanceListener. assemblyLineStarted(AssemblyLine assemblyLine)
AssemblyLine started from the configuration instance.void
RS. assemblyLineStarted(AssemblyLine al)
The AssemblyLine started.void
ConfigInstanceListener. assemblyLineStopped(AssemblyLine assemblyLine)
AssemblyLine stopped.void
AssemblyLine.AssemblyLineListener. assemblyLineTerminated(AssemblyLine al)
The AssemblyLine terminated.void
RS. assemblyLineTerminated(AssemblyLine al)
The AssemblyLine terminated.void
TaskCallBlock. setConnectorParameters(AssemblyLine task)
Modifies connector configurations in the AssemblyLine (method is called by AssemblyLine)static void
RS. stopChildAssemblyLines(AssemblyLine al, boolean async)
Recursively stop all children of one AssemblyLine.Constructors in com.ibm.di.server with parameters of type AssemblyLine Constructor Description AttributeMapComponent(AssemblyLine parent, java.lang.String name, ALMappingConfig config)
Constructor for the AttributeMapComponent objectBranchingComponent(AssemblyLine parent, java.lang.String name, BranchingConfig config)
Constructor for the BranchingComponent objectCSDeltaTaskComponent(AssemblyLine parent, java.lang.String name, ConnectorConfig config, ConnectorInterface conn, boolean isRestarting)
Constructor.CSDeltaTaskComponent(AssemblyLine parent, java.lang.String name, ConnectorConfig config, ConnectorInterface conn, boolean isRestarting, boolean forceRuntime)
Constructor.EndBranchComponent(AssemblyLine parent, BranchingComponent bc)
The Constructor for the EndBranchComponentEndLoopComponent(AssemblyLine parent, LoopComponent loop)
This constructor is used to insert the EndLoop component in the ALFunctionComponent(AssemblyLine parent, java.lang.String name, FunctionConfig config)
Constructor for the FunctionComponent objectFunctionComponent(AssemblyLine parent, java.lang.String name, FunctionConfig config, FunctionInterface function)
Constructor for the FunctionComponent objectLoopComponent(AssemblyLine parent, java.lang.String name, LoopConfig config)
Constructor for the LoopComponent objectScriptComponent(AssemblyLine parent, java.lang.String name, ConnectorConfig config, ConnectorInterface conn)
Constructor for the script component object.ScriptComponent(AssemblyLine parent, java.lang.String name, ScriptConfig config, ConnectorInterface conn)
Constructor.SwitchComponent(AssemblyLine parent, java.lang.String name, BranchingConfig config)
Constructor for the BranchingComponent object
-