|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jrun.jms.core.server.mipc.IpcJmsAdminConnection
This is the server side receiver for OnlineAdmin requests. All requests are unpacked and passed on to the JmsAdminServer.
org.exolab.jms.administration.OnlineConnection,
org.exolab.jms.administration.mipc.IpcJmsAdminConnection,
org.exolab.jms.server.JmsAdmin| 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 NotifierIfcob - 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 NotifierIfcThe - unique identifier of this connection.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||