com.ibm.di.api.remote.impl
Class AssemblyLineListenerBase

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
              extended by com.ibm.di.api.remote.impl.AssemblyLineListenerBase
All Implemented Interfaces:
AssemblyLineListener, LogListener, Serializable, Remote, EventListener

public class AssemblyLineListenerBase
extends UnicastRemoteObject
implements AssemblyLineListener

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Method Summary
 void assemblyLineCycleDone(Entry aEntry)
           
 void assemblyLineFinished()
           
static AssemblyLineListenerBase createInstance(AssemblyLineListener aListener)
           
static AssemblyLineListenerBase createInstance(AssemblyLineListener aListener, boolean aSSLon)
           
static AssemblyLineListenerBase createInstance(AssemblyLineListener aListener, boolean aSSLon, boolean aUseCustomProperties)
           
 void messageLogged(String aMessage)
           
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

assemblyLineCycleDone

public void assemblyLineCycleDone(Entry aEntry)
                           throws DIException,
                                  RemoteException
Specified by:
assemblyLineCycleDone in interface AssemblyLineListener
Throws:
DIException
RemoteException

assemblyLineFinished

public void assemblyLineFinished()
                          throws DIException,
                                 RemoteException
Specified by:
assemblyLineFinished in interface AssemblyLineListener
Throws:
DIException
RemoteException

messageLogged

public void messageLogged(String aMessage)
                   throws DIException,
                          RemoteException
Specified by:
messageLogged in interface LogListener
Throws:
DIException
RemoteException

createInstance

public static AssemblyLineListenerBase createInstance(AssemblyLineListener aListener,
                                                      boolean aSSLon)
                                               throws Exception,
                                                      RemoteException
Throws:
Exception
RemoteException

createInstance

public static AssemblyLineListenerBase createInstance(AssemblyLineListener aListener)
                                               throws Exception,
                                                      RemoteException
Throws:
Exception
RemoteException

createInstance

public static AssemblyLineListenerBase createInstance(AssemblyLineListener aListener,
                                                      boolean aSSLon,
                                                      boolean aUseCustomProperties)
                                               throws Exception,
                                                      RemoteException
Throws:
Exception
RemoteException