Package org.exolab.jms.server.rmi

Interface Summary
RemoteJmsAdminConnectionIfc This specifies all the administration methods that can be used to control the JMS server through an RMI connector.
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
RmiJmsAdminConnection This class implements the RemoteJmsAdminServerIfc and simply delegates all the request to the JmsAdmin singleton instance.
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 JMS Server.
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.
RmiJndiServer This class enables clients to interface to the embedded JNDI provider using the RMI connector
 



Copyright © 1999-2004 The OpenJMS Group. All Rights Reserved.