|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jms.server.mipc.IpcJmsServerConnection
This class is responsible for interpreting server connection requests and delegating them to the server. And passing back any necessary replies.
IpcJmsReceiver
,
JmsServerConnection
,
JmsServerConnectionManager
,
NotifierIfc
Constructor Summary | |
IpcJmsServerConnection()
Default constructor |
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 IpcJmsServerConnection()
Method Detail |
public java.io.Serializable notify(java.lang.Object ob, java.lang.String id)
notify
in interface org.exolab.core.ipc.NotifierIfc
ob
- The data received,public void disconnection(java.lang.String id)
disconnection
in interface org.exolab.core.ipc.NotifierIfc
The
- unique IPC identifier of this connection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |