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

Packages that use AssemblyLineComponent
com.ibm.di.eventhandler   
com.ibm.di.server   
com.ibm.di.util   
 

Uses of AssemblyLineComponent in com.ibm.di.eventhandler
 

Methods in com.ibm.di.eventhandler that return AssemblyLineComponent
 AssemblyLineComponent HTTPSwitchboard.getConnector(String connector)
          Task Interface
 AssemblyLineComponent DSMLv2EventHandler.getConnector(String connector)
          Retrieves connector component
 

Uses of AssemblyLineComponent in com.ibm.di.server
 

Subclasses of AssemblyLineComponent in com.ibm.di.server
 class AttributeMapComponent
          This class is used by the AssemblyLine, it contains a standalone Attribute map
 class BranchingComponent
          This class is used by the AssemblyLine for branches
 class CSDeltaTaskComponent
           
 class DeltaTaskComponent
           
 class EndBranchComponent
          The EndBranchComponent is an internal component that is associated with a BranchComponent.
 class EndLoopComponent
          This class is used by the Assemblyline to mark the end of a loop
 class FunctionComponent
          This is a wrapper class for TDI Function Components.
 class LoopComponent
          This class is used by an AssemblyLine to mark the beginning of a loop
 class ReplyChannelComponent
           
 class ScriptComponent
           
 class SwitchComponent
          This class is used by an AssemblyLine
 

Methods in com.ibm.di.server that return AssemblyLineComponent
 AssemblyLineComponent TaskInterface.getConnector(String name)
           
 AssemblyLineComponent AssemblyLine.getConnector(String name)
          Returns the AssemblyLineComponent with the given name.
 AssemblyLineComponent AssemblyLine.loadConnector(BaseConfiguration config)
          This method enables the user to load an AssemblyLine component given a configuration.
 

Methods in com.ibm.di.server with parameters of type AssemblyLineComponent
 void AttributeMapping.pushStackFrame(AssemblyLineComponent tc)
           
 boolean AssemblyLine.setNextConnector(AssemblyLineComponent alc)
          Sets the next connector to execute.
 boolean AssemblyLine.setNextConnector(AssemblyLineComponent alc, boolean continueAfter)
           
 

Constructors in com.ibm.di.server with parameters of type AssemblyLineComponent
ReplyChannelComponent(AssemblyLineComponent comp)
           
 

Uses of AssemblyLineComponent in com.ibm.di.util
 

Methods in com.ibm.di.util with parameters of type AssemblyLineComponent
 List DebugServer.getHookNames(AssemblyLineComponent tc, Object[] hooks)