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

Packages that use AssemblyLineListener
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. 
 

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

Methods in com.ibm.di.api.local 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.
 Sequence ConfigInstance.startSequence(String name, TaskCallBlock tcb, AssemblyLineListener listener)
          Starts the specified Sequence with the given TaskCallBlock and a Listener
 

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

Methods in com.ibm.di.api.local.impl with parameters of type AssemblyLineListener
 void AssemblyLineImpl.addListener(AssemblyLineListener listener, boolean getLogs, boolean getEntryOnEachCycle)
          Register a listener for AssemblyLine events.
 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.
 Sequence ConfigInstanceImpl.startSequence(String name, TaskCallBlock tcb, AssemblyLineListener listener)