|
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.Object com.ibm.etools.iseries.edit.verifiers.comm.bridge.CODECommIntegrationHandler
public class CODECommIntegrationHandler
This class handles communications requests for the CODE communications bridge.
Field Summary | |
---|---|
static String |
copyright
|
static int |
REQUEST_KEY
|
Method Summary | |
---|---|
static CODECommIntegrationHandler |
getInstance()
Accessor method for singleton |
void |
handleRequest(Socket socket,
int requestKey)
Handle function calls from the CODE communications layer. |
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
Method Detail |
---|
public static CODECommIntegrationHandler getInstance()
public void handleRequest(Socket socket, int requestKey)
handleRequest
in interface ISystemCommunicationsDaemonHandler
socket
- 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)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |