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

Packages that use AssemblyLine
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 Directory Integrator. 
com.ibm.di.server Provides classes for the Security 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
 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.
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.
 

Methods in com.ibm.di.api with parameters of type AssemblyLine
 void ProcessRegistry.assemblyLineStarted(AssemblyLine aAssemblyLine)
          Marks that the AssemblyLine instance has been started.
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.assemblyLineTerminated(AssemblyLine aAssemblyLine)
          Marks that the AssemblyLine instance has been terminated.
static void APIEngine.assemblyLineTerminated(AssemblyLine aAssemblyLine)
          This is a notification method, that notifies the engine that the specified Assembly Line 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
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
AssemblyLineHandlerImpl(AssemblyLine aAssemblyLine, AssemblyLine aRawAssemblyLine, SessionImpl aSession)
          Constructor
AssemblyLineImpl(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
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
protected  AssemblyLine AssemblyLineComponent.parent
          This is the parent task (AssemblyLine)
 

Methods in com.ibm.di.server that return AssemblyLine
 AssemblyLine AssemblyLine.getParentAL()
          Returns the AssemblyLine Thread that started this AssemblyLine.
 AssemblyLine RSInterface.restartAL(java.lang.String assemblyLine, java.lang.String checkpointID)
          Deprecated. 
 AssemblyLine RS.restartAL(java.lang.String assemblyLine, java.lang.String checkpointID)
          Deprecated. 
 AssemblyLine RSInterface.startAL(java.lang.String assemblyLine)
          Start a named AssemblyLine.
 AssemblyLine RS.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 connector
 AssemblyLine RS.startAL(java.lang.String assemblyLine, Connector connector, Entry work)
          Start named AssemblyLine providing an initial work entry and a connector
 AssemblyLine RS.startAL(java.lang.String assemblyLine, int runMode)
          Start named AssemblyLine by providing the run mode.
 AssemblyLine RSInterface.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)
          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 parameter
 AssemblyLine RS.startAL(java.lang.String assemblyLine, java.lang.Object io, LogInterface logAppender, AssemblyLineConfig alc)
          Start named AssemblyLine providing parameters
 AssemblyLine RS.startAL(TaskCallBlock tcb)
          Start the AssemblyLine named in the TCB
 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
 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
 void RS.assemblyLineCycleEnded(AssemblyLine al, Entry work)
          An AssemblyLine cycle (iteration) is complete.
 void AssemblyLine.AssemblyLineListener.assemblyLineCycleEnded(AssemblyLine al, Entry work)
          An AssemblyLine cycle (iteration) is complete.
 void RS.assemblyLineStarted(AssemblyLine al)
          The AssemblyLine started.
 void ConfigInstanceListener.assemblyLineStarted(AssemblyLine assemblyLine)
          AssemblyLine started from the configuration instance.
 void AssemblyLine.AssemblyLineListener.assemblyLineStarted(AssemblyLine al)
          The AssemblyLine started.
 void ConfigInstanceListener.assemblyLineStopped(AssemblyLine assemblyLine)
          AssemblyLine stopped.
 void RS.assemblyLineTerminated(AssemblyLine al)
          The AssemblyLine terminated.
 void AssemblyLine.AssemblyLineListener.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
AttributeMapComponent(AssemblyLine parent, java.lang.String name, ALMappingConfig config)
          Constructor for the AttributeMapComponent object
BranchingComponent(AssemblyLine parent, java.lang.String name, BranchingConfig config)
          Constructor for the BranchingComponent object
CSDeltaTaskComponent(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 EndBranchComponent
EndLoopComponent(AssemblyLine parent, LoopComponent loop)
          This constructor is used to insert the EndLoop component in the AL
FunctionComponent(AssemblyLine parent, java.lang.String name, FunctionConfig config)
          Constructor for the FunctionComponent object
FunctionComponent(AssemblyLine parent, java.lang.String name, FunctionConfig config, FunctionInterface function)
          Constructor for the FunctionComponent object
LoopComponent(AssemblyLine parent, java.lang.String name, LoopConfig config)
          Constructor for the LoopComponent object
ScriptComponent(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