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

Packages that use AssemblyLineHandler
com.ibm.di.api.jmx.mbeans   
com.ibm.di.api.local   
com.ibm.di.api.local.impl   
com.ibm.di.api.remote.impl   
 

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)
           
 

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
           
 

Methods in com.ibm.di.api.local.impl that return AssemblyLineHandler
 AssemblyLineHandler ConfigInstanceImpl.startAssemblyLineManual(String aAssemblyLineName, Entry aInputData)
           
 

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)