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

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

Subinterfaces of LogListener in com.ibm.di.api.remote
 interface AssemblyLineListener
          This listener listens for AssemblyLine events.
 

Methods in com.ibm.di.api.remote with parameters of type LogListener
 void ConfigInstance.addLogListener(LogListener listener)
          Register listener for messages logged by this configuration instance.
 void ConfigInstance.removeLogListener(LogListener listener)
           Unregister listener for messages logged by this configuration instance.
 ConfigInstance Session.startConfigInstance(String configPathOrSolutionName, boolean keepAlive, String password, String runName, String overrideProps, LogListener logListener)
          Starts a new Config Instance on the Server with the configuration given.
 ConfigInstance Session.startTempConfigInstance(String xmlConfig, boolean keepAlive, String runName, String overrideProps, LogListener logListener)
          Start a configuration instance which has no associated configuration file.
 

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

Classes in com.ibm.di.api.remote.impl that implement LogListener
 class AssemblyLineListenerBase
          This class is used to provide a bridge between custom defined listener Java class and the Server API notification mechanism.
 class LogListenerBase
          This utility class allows remote clients to register listeners in the Server API.
 

Methods in com.ibm.di.api.remote.impl with parameters of type LogListener
 void ConfigInstanceImpl.addLogListener(LogListener listener)
          Register listener for messages logged by this configuration instance.
static LogListenerBase LogListenerBase.createInstance(LogListener localListener)
          Creates and exports an RMI server object, which can be used as a remote call-back.
static LogListenerBase LogListenerBase.createInstance(LogListener localListener, boolean useSSL)
          Creates and exports an RMI server object, which can be used as a remote call-back.
static LogListenerBase LogListenerBase.createInstance(LogListener localListener, boolean useSSL, boolean useCustomProperties)
          Creates and exports an RMI server object, which can be used as a remote call-back.
 void ConfigInstanceImpl.removeLogListener(LogListener listener)
           Unregister listener for messages logged by this configuration instance.
 ConfigInstance SessionImpl.startConfigInstance(String configPathOrSolutionName, boolean keepAlive, String password, String runName, String overrideProps, LogListener logListener)
          Starts a new Config Instance on the Server with the configuration given.
 ConfigInstance SessionImpl.startTempConfigInstance(String xmlConfig, boolean keepAlive, String runName, String overrideProps, LogListener logListener)
          Start a configuration instance which has no associated configuration file.