Package org.exolab.jms.client

Interface Summary
JmsClientConstants This class includes constants used by the client package.
JmsConnectionStubIfc This is the interface that connection stubs must implement in order to support remote invocations.
JmsErrorCodes This interface maintains a list of OpenJMS specific error codes, which may be attached to JMSException exceptions.
JmsMessageListener This interface extends the MessageListener interface and provides a mechanism to send more than one message to the session
JmsServerStubIfc This is the interface for the JMS server stub.
JmsSessionStubIfc This is the interface that session stubs must implement in order to support remote invocations.
JmsTemporaryDestination This is an interface for all temporary destinations.
 

Class Summary
JmsClientStubFactory This is a helper clas that is responsible for cresting the various types of stubs.
JmsConnectionFactory This is simply a marker for connection factory classes.
JmsConnectionFactoryBuilder This factory object implements the ObjectFactory interface and is used to resolve a reference to a connection factory.
JmsConnectionMetaData This class maintains static connection meta data information
JmsDestination This is the base class for all destinations.
JmsDestinationFactory This factory object implements the ObjectFactory interface and is used to resolve a reference to an administered destination.
JmsQueue This object represents a queue, which is a type of destination.
JmsQueueConnectionFactory This class extends JmsConnectionFactory and is responsible for creating QueueConnections with other JMS PTP providers
JmsTemporaryQueue A temporary queue is created by a client through a session and has a lifetime of the session's connection.
JmsTemporaryTopic A temporary topic is created by a client through a session and has a lifetime of the session's connection.
JmsTopic A topic is a destination specific for the puiblish-subscribe messaging model.
JmsTopicConnectionFactory This class is responsible for managing all TopicConnection instances.
JmsXAQueueConnection This class extends JmsQueueConnection and provides support for an XA queue connection.
JmsXAQueueConnectionFactory An XA queue connection factory class that extends the bahaviour of JmsQueueConnectionFactory.
JmsXAQueueSession  
JmsXATopicConnection This class extends JmsTopicConnection and is used to gain an XA topic connection.
JmsXATopicConnectionFactory An XA topic connection factory class that extends the bahaviour of JmsTopicConnectionFactory.
JmsXATopicSession  
 



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