|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.etools.iseries.subsystems.qsys.comm.RSEInteractiveJobHandler
public class 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,
IHost 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)
The handleRequest method is invoked by the RSE communications daemon when a new socket connection is established and the requestKey matches for this handler. |
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)
ISystemCommunicationsDaemonHandler
handleRequest in interface ISystemCommunicationsDaemonHandlersocket - The communications socket connected to the remote peer. The only
thing read of the socket will have been the request key.com.ibm.etools.iseries.core.comm.ICommunicationsDaemonHandler#handleRequest(Socket)public void addInteractiveJobListener(IInteractiveJobListener listener)
public void removeInteractiveJobListener(IInteractiveJobListener listener)
public void fireInteractiveJobEvent(int eventType,
IHost connection)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||