Package org.exolab.jms.server

Interface Summary
JmsServerIfc JmsServerIfc provides an interface to the OpenJMS server.
 

Class Summary
AdminConnection A connection is created for every adminclient connecting to the JmsServer.
AdminConnectionManager The admin connection manager is responsible for managing all admin connections to the JmsServer.
ConnectionFactoryHelper Helper class for binding connection factories in JNDI
EmbeddedJmsServer This class is used to embed the JMS Server in another component, e.g an EJB or Servlet container etc.
EmbeddedNameService  
JmsServer This class contains the main line for instantiating the JMS Server.
JmsServerConnection A connection is created for every client connecting to the JmsServer.
JmsServerConnectionManager The connection manager is responsible for managing all connections to the JmsServer.
JmsServerSession A session represents a server side endpoint to the JMSServer.
NamingHelper This class provides helper methods to access the name service's initial context.
 

Exception Summary
ClientDisconnectionException This excpetion is thrown if the client abnormally disconnects from the JMS server
FailedToCreateServerException This exception is thrown when the server cannot be instantiated..
FailedToInitialiseServerException This excpetion is thrown if the JMS Server failed to start up.
ServerException A general purpose exception to indicate a problem in the JMS server.
 



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