Uses of Interface
com.ibm.di.api.local.AssemblyLineHandler

Packages that use AssemblyLineHandler
com.ibm.di.api.jmx.mbeans Provides classes for the MBeans of the JMX layer. 
com.ibm.di.api.local Provides interfaces for managing the local session of 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.api.remote.impl Provides implementations of the interfaces for managing the remote session of the server API. 
 

Uses of AssemblyLineHandler in com.ibm.di.api.jmx.mbeans
 

Constructors in com.ibm.di.api.jmx.mbeans with parameters of type AssemblyLineHandler
AssemblyLineHandler(AssemblyLineHandler aALHandler)
          Class constructor
 

Uses of AssemblyLineHandler in com.ibm.di.api.local
 

Methods in com.ibm.di.api.local that return AssemblyLineHandler
 AssemblyLineHandler ConfigInstance.startAssemblyLineManual(String aAssemblyLineName, Entry aInputData)
          Starts the specified AssemblyLine with the given input data in manual mode.
 

Uses of AssemblyLineHandler in com.ibm.di.api.local.impl
 

Classes in com.ibm.di.api.local.impl that implement AssemblyLineHandler
 class AssemblyLineHandlerImpl
          This class implements several methods to handle an AssemblyLine.
 

Methods in com.ibm.di.api.local.impl that return AssemblyLineHandler
 AssemblyLineHandler ConfigInstanceImpl.startAssemblyLineManual(String aAssemblyLineName, Entry aInputData)
          Starts the specified AssemblyLine with the given input data in manual mode.
 

Uses of AssemblyLineHandler in com.ibm.di.api.remote.impl
 

Methods in com.ibm.di.api.remote.impl with parameters of type AssemblyLineHandler
static AssemblyLineHandlerImpl AssemblyLineHandlerImpl.createInstance(AssemblyLine aAssemblyLine, AssemblyLineHandler aLocalHandler, SessionImpl aSession)
          Creates new instance of this class.