Uses of Interface
com.ibm.di.api.remote.AssemblyLineListener

Packages that use AssemblyLineListener
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 AssemblyLineListener in com.ibm.di.api.remote
 

Methods in com.ibm.di.api.remote with parameters of type AssemblyLineListener
 void AssemblyLine.addListener(AssemblyLineListener listener, boolean getLogs, boolean getEntryOnEachCycle)
          Register a listener for AssemblyLine events.
 void AssemblyLine.removeListener(AssemblyLineListener listener)
           Unregister a listener for AssemblyLine events.
 AssemblyLine ConfigInstance.startAssemblyLine(String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs)
          Starts asynchronously the specified AssemblyLine with the given input data and results listener.
 AssemblyLine ConfigInstance.startAssemblyLine(String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs, boolean aSync)
          Starts the specified AssemblyLine with the given input data and results listener.
 AssemblyLine ConfigInstance.startAssemblyLine(String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs, boolean aSync, boolean aGetEntryOnEachCycle)
          Starts the specified AssemblyLine with the given input data and results listener.
 

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

Classes in com.ibm.di.api.remote.impl that implement AssemblyLineListener
 class AssemblyLineListenerBase
          This class is used to provide a bridge between custom defined listener Java class and the Server API notification mechanism.
 

Methods in com.ibm.di.api.remote.impl with parameters of type AssemblyLineListener
 void AssemblyLineImpl.addListener(AssemblyLineListener listener, boolean getLogs, boolean getEntryOnEachCycle)
          Register a listener for AssemblyLine events.
static AssemblyLineListenerBase AssemblyLineListenerBase.createInstance(AssemblyLineListener aListener)
          Creates new instance of this class.
static AssemblyLineListenerBase AssemblyLineListenerBase.createInstance(AssemblyLineListener aListener, boolean aSSLon)
          Creates new instance of this class.
static AssemblyLineListenerBase AssemblyLineListenerBase.createInstance(AssemblyLineListener aListener, boolean aSSLon, boolean aUseCustomProperties)
          Creates new instance of this class.
 void AssemblyLineImpl.removeListener(AssemblyLineListener listener)
           Unregister a listener for AssemblyLine events.
 AssemblyLine ConfigInstanceImpl.startAssemblyLine(String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs)
          Starts asynchronously the specified AssemblyLine with the given input data and results listener.
 AssemblyLine ConfigInstanceImpl.startAssemblyLine(String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs, boolean aSync)
          Starts the specified AssemblyLine with the given input data and results listener.
 AssemblyLine ConfigInstanceImpl.startAssemblyLine(String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs, boolean aSync, boolean aGetEntryOnEachCycle)
          Starts the specified AssemblyLine with the given input data and results listener.