Uses of Interface
com.ibm.di.api.remote.AssemblyLineHandler
-
Packages that use AssemblyLineHandler Package Description com.ibm.di.api.remote Provides interfaces for managing the remote 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.remote
Methods in com.ibm.di.api.remote 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.remote.impl
Classes in com.ibm.di.api.remote.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.remote.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.
-