|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jms.server.mipc.IpcJmsAdminConnection
This is the server side receiver for admin requests.
IpcJmsAdminConnection
Constructor Summary | |
IpcJmsAdminConnection()
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 IpcJmsAdminConnection()
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,id
- The id of the calling connection, not used by the client.public void disconnection(java.lang.String id)
disconnection
in interface org.exolab.core.ipc.NotifierIfc
id
- the unique identifier of this connection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |