jrun.jms.core.server.mipc
Class IpcJmsAdminConnection

java.lang.Object
  |
  +--jrun.jms.core.server.mipc.IpcJmsAdminConnection
All Implemented Interfaces:
NotifierIfc

public class IpcJmsAdminConnection
extends java.lang.Object
implements NotifierIfc

This is the server side receiver for OnlineAdmin requests. All requests are unpacked and passed on to the JmsAdminServer.

Version:
$Revision: 1.4 $ $Date: 2001/05/24 16:33:43 $
Author:
Jim Mourikis
See Also:
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

IpcJmsAdminConnection

public IpcJmsAdminConnection()
Default constructor.
Method Detail

notify

public java.io.Serializable notify(java.lang.Object ob,
                                   java.lang.String id)
A new request has been received. Carry out the request, and pass back any relevent data.
Specified by:
notify in interface NotifierIfc
Parameters:
ob - The data received,
id - The id of the calling connection, not used by the client.
Returns:
Object Return any requested result. This must never be null.

disconnection

public void disconnection(java.lang.String id)
The connection has been broken.
Specified by:
disconnection in interface NotifierIfc
Parameters:
The - unique identifier of this connection.


Copyright � 2002 Macromedia Corporation. All Rights Reserved.