com.ibm.di.admin.remote
Class RemoteListener

java.lang.Object
  extended by com.ibm.di.admin.remote.RemoteListener
All Implemented Interfaces:
DIEventListener, Remote, EventListener
Direct Known Subclasses:
RemoteALListener, RemoteEHListener

public abstract class RemoteListener
extends Object
implements DIEventListener


Field Summary
protected  String execName
           
protected  ExecuteTask remoteTask
           
 
Constructor Summary
RemoteListener(Session session, boolean ssl)
           
RemoteListener(Session session, String name, ExecuteTask e, boolean ssl)
           
 
Method Summary
 void handleEvent(DIEvent argEvent)
          Handles a specified event.
 void setCode(int aCode)
           
 void updateControls(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

execName

protected String execName

remoteTask

protected ExecuteTask remoteTask
Constructor Detail

RemoteListener

public RemoteListener(Session session,
                      boolean ssl)
               throws Exception
Throws:
Exception

RemoteListener

public RemoteListener(Session session,
                      String name,
                      ExecuteTask e,
                      boolean ssl)
               throws Exception
Throws:
Exception
Method Detail

handleEvent

public void handleEvent(DIEvent argEvent)
Description copied from interface: DIEventListener
Handles a specified event.

Specified by:
handleEvent in interface DIEventListener
Parameters:
argEvent - the event which needs to be handled.

updateControls

public void updateControls(String type)

setCode

public void setCode(int aCode)