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 voidAPIEngine. assemblyLineStarted(AssemblyLine aAssemblyLine)This is a notification method, that notifies the engine that the specified Assembly Line has been started.voidProcessRegistry. assemblyLineStarted(AssemblyLine aAssemblyLine)Marks that the AssemblyLine instance has been started.static voidAPIEngine. assemblyLineTerminated(AssemblyLine aAssemblyLine)This is a notification method, that notifies the engine that the specified Assembly Line has been terminated.voidProcessRegistry. 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.StringAssemblyLineImpl. 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 AssemblyLineAssemblyLineComponent. parentThis is the parent task (AssemblyLine)Methods in com.ibm.di.server that return AssemblyLine Modifier and Type Method Description AssemblyLineAssemblyLine. getParentAL()Returns the AssemblyLine Thread that started this AssemblyLine.AssemblyLineRS. restartAL(java.lang.String assemblyLine, java.lang.String checkpointID)Deprecated.AssemblyLineRSInterface. restartAL(java.lang.String assemblyLine, java.lang.String checkpointID)Deprecated.AssemblyLineRS. startAL(TaskCallBlock tcb)Start the AssemblyLine named in the TCBAssemblyLineRS. startAL(java.lang.String assemblyLine)Start a named AssemblyLine.AssemblyLineRS. startAL(java.lang.String assemblyLine, int runMode)Start named AssemblyLine by providing the run mode.AssemblyLineRS. startAL(java.lang.String assemblyLine, Connector connector, Entry work)Start named AssemblyLine providing an initial work entry and a connectorAssemblyLineRS. startAL(java.lang.String assemblyLine, java.lang.Object io)Start a named AssemblyLine providing various objects.AssemblyLineRS. startAL(java.lang.String assemblyLine, java.lang.Object io, LogInterface logAppender)Start named AssemblyLine providing a parameterAssemblyLineRS. startAL(java.lang.String assemblyLine, java.lang.Object io, LogInterface logAppender, AssemblyLineConfig alc)Start named AssemblyLine providing parametersAssemblyLineRSInterface. startAL(java.lang.String assemblyLine)Start a named AssemblyLine.AssemblyLineRSInterface. startAL(java.lang.String assemblyLine, Connector connector, Entry work)Start named AssemblyLine providing an initial work entry and a connectorAssemblyLineRSInterface. startAL(java.lang.String assemblyLine, java.lang.Object io)Start a named AssemblyLine providing various objects.AssemblyLineRS. 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 voidAssemblyLine.AssemblyLineListener. assemblyLineCycleEnded(AssemblyLine al, Entry work)An AssemblyLine cycle (iteration) is complete.voidRS. assemblyLineCycleEnded(AssemblyLine al, Entry work)An AssemblyLine cycle (iteration) is complete.voidAssemblyLine.AssemblyLineListener. assemblyLineStarted(AssemblyLine al)The AssemblyLine started.voidConfigInstanceListener. assemblyLineStarted(AssemblyLine assemblyLine)AssemblyLine started from the configuration instance.voidRS. assemblyLineStarted(AssemblyLine al)The AssemblyLine started.voidConfigInstanceListener. assemblyLineStopped(AssemblyLine assemblyLine)AssemblyLine stopped.voidAssemblyLine.AssemblyLineListener. assemblyLineTerminated(AssemblyLine al)The AssemblyLine terminated.voidRS. assemblyLineTerminated(AssemblyLine al)The AssemblyLine terminated.voidTaskCallBlock. setConnectorParameters(AssemblyLine task)Modifies connector configurations in the AssemblyLine (method is called by AssemblyLine)static voidRS. 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
-