|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jrun.jms.core.server.mipc.IpcJmsReceiver
The receiver class handles all Server Requests arriving at the IpcJmsServer. The request is partially unpacked, the handling object is instantiated, and the request passed on.
org.exolab.core.ipc.NotifierIfc,
org.exolab.core.ipc.Notifier,
org.exolab.jms.server.mipc.IpcJmsServer| Constructor Summary | |
IpcJmsReceiver()
|
|
| Method Summary | |
void |
disconnection(java.lang.String id)
The connection has been broken. |
java.io.Serializable |
notify(java.lang.Object ob,
java.lang.String id)
A new request has been received. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IpcJmsReceiver()
| Method Detail |
public java.io.Serializable notify(java.lang.Object ob,
java.lang.String id)
notify in interface NotifierIfcob - The data received,The - unique identifier of this connection.public void disconnection(java.lang.String id)
disconnection in interface NotifierIfcThe - unique identifier of this connection.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||