|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.iseries.core.comm.RSEInteractiveJobHandler
The class handles incoming communications requests from the CL command STRRSESVR to associate an interactive job with an RSE connection.
Field Summary | |
---|---|
static String |
copyright
|
static int |
REQUEST_KEY
|
Constructor Summary | |
---|---|
RSEInteractiveJobHandler()
Constructor for RSEInteractiveJobHandler. |
Method Summary | |
---|---|
void |
addInteractiveJobListener(IInteractiveJobListener listener)
Add an IInteractiveJobListener. |
void |
fireInteractiveJobEvent(int eventType,
com.ibm.etools.systems.model.SystemConnection connection)
Firing InteractiveJob events |
static RSEInteractiveJobHandler |
getInstance()
|
void |
handleRequest(Socket socket,
byte[] ccsidArray)
Here for compatablity with WDSc V4.0 server code which did not send a request key |
void |
handleRequest(Socket socket,
int requestKey)
|
void |
removeInteractiveJobListener(IInteractiveJobListener listener)
Remove an IInteractiveJobListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String copyright
public static int REQUEST_KEY
Constructor Detail |
public RSEInteractiveJobHandler()
Method Detail |
public static RSEInteractiveJobHandler getInstance()
public void handleRequest(Socket socket, byte[] ccsidArray)
public void handleRequest(Socket socket, int requestKey)
handleRequest
in interface com.ibm.etools.systems.core.comm.ISystemCommunicationsDaemonHandler
com.ibm.etools.iseries.core.comm.ICommunicationsDaemonHandler#handleRequest(Socket)
public void addInteractiveJobListener(IInteractiveJobListener listener)
public void removeInteractiveJobListener(IInteractiveJobListener listener)
public void fireInteractiveJobEvent(int eventType, com.ibm.etools.systems.model.SystemConnection connection)
|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |