Uses of Interface
com.ibm.di.api.jmx.mbeans.AssemblyLineListener

Packages that use AssemblyLineListener
com.ibm.di.api.jmx.mbeans Provides classes for the MBeans of the JMX layer. 
 

Uses of AssemblyLineListener in com.ibm.di.api.jmx.mbeans
 

Classes in com.ibm.di.api.jmx.mbeans 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.jmx.mbeans with parameters of type AssemblyLineListener
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.
 ObjectName ConfigInstanceMBean.startAssemblyLine(String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, Boolean aGetLogs)
          Starts asynchronously the specified AssemblyLine with the given input data and results listener.
 ObjectName ConfigInstance.startAssemblyLine(String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, Boolean aGetLogs)
          Starts asynchronously the specified AssemblyLine with the given input data and results listener.
 ObjectName ConfigInstanceMBean.startAssemblyLine(String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, Boolean aGetLogs, Boolean aSync)
          Starts the specified AssemblyLine with the given input data and results listener.
 ObjectName ConfigInstance.startAssemblyLine(String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, Boolean aGetLogs, Boolean aSync)
          Starts the specified AssemblyLine with the given input data and results listener.
 ObjectName ConfigInstanceMBean.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.
 ObjectName 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.