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

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

Subinterfaces of RemoteListener in com.ibm.di.api.remote
 interface AssemblyLineListener
          This listener listens for AssemblyLine events.
 interface ConfigurationFileListener
          This is a base EventListener for receiving Server API Configuration File events.
 interface DIEventListener
          This is a base EventListener for Server API events.
 interface LogListener
          This listener listens for log events.
 

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

Classes in com.ibm.di.api.remote.impl that implement RemoteListener
 class AssemblyLineListenerBase
          This class is used to provide a bridge between custom defined listener Java class and the Server API notification mechanism.
 class ConfigurationFileListenerBase
          This class implements EventListener for Server API Configuration File events.
 class DIEventListenerBase
          This class implements EventListener for Server API events.
 class LogListenerBase
          This utility class allows remote clients to register listeners in the Server API.
 

Methods in com.ibm.di.api.remote.impl with type parameters of type RemoteListener
static
<L extends RemoteListener,T extends java.util.EventListener>
T
RemoteListenerAdapter.create(L fromRemoteListener, java.lang.Class<T> toClass)
          Creates a new adapter instance for a RemoteListener
 

Methods in com.ibm.di.api.remote.impl with parameters of type RemoteListener
static java.util.EventListener RemoteListenerAdapter.create(RemoteListener fromRemoteListener, java.lang.Class<? extends RemoteListener>[] interfaces)
          Creates a new adapter instance for a RemoteListener.