Uses of Interface
com.ibm.di.api.local.AssemblyLineHandler
-
Packages that use AssemblyLineHandler Package Description 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 Constructor Description AssemblyLineHandler(AssemblyLineHandler aALHandler)
Class constructor -
Uses of AssemblyLineHandler in com.ibm.di.api.local
Methods in com.ibm.di.api.local that return AssemblyLineHandler Modifier and Type Method Description AssemblyLineHandler
ConfigInstance. startAssemblyLineManual(java.lang.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 Modifier and Type Class Description class
AssemblyLineHandlerImpl
This class implements several methods to handle an AssemblyLine.Methods in com.ibm.di.api.local.impl that return AssemblyLineHandler Modifier and Type Method Description AssemblyLineHandler
ConfigInstanceImpl. startAssemblyLineManual(java.lang.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 Modifier and Type Method Description static AssemblyLineHandlerImpl
AssemblyLineHandlerImpl. createInstance(AssemblyLine aAssemblyLine, AssemblyLineHandler aLocalHandler, SessionImpl aSession)
Creates new instance of this class.
-