Package jrun.jms.core.server.rmi

Interface Summary
RemoteJmsAdminServerIfc This specifies all the administration methods that can be used to control the JMS server through an RMI connector.
RemoteJmsServerConnectionIfc This class RMI enables the JmsServerConnection by allowing clients to access the object across another VM.
RemoteJmsServerIfc This specifies all the JmsServer methods that are available remotely.
RemoteJmsServerSessionIfc This is an RMI wrapper for the JmsServerSession object.
 

Class Summary
RmiJmsAdminServer This class implements the RemoteJmsAdminServerIfc and simply delegates all the request to the JmsAdmin singleton instance.
RmiJmsServer This class implements the JmsServerIfc and provides an RMI-based transport support.
RmiJmsServerConnection This is an implementation of the RemoteJmsServerConnectionIfc interface which wraps the JmsConnection class.
RmiJmsServerSession This is an implementation of the RemoteJmsServerSessionIfc which delegates all requests to the JmsServerSession class.
 



Copyright © 2002 Macromedia Corporation. All Rights Reserved.