com.ibm.di.admin.remote
Class RemoteListener
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
execName
protected String execName
remoteTask
protected ExecuteTask remoteTask
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
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)