Package org.objectweb.joram.client.jms

The org.objectweb.joram.client.jms package holds the classes implementing the interfaces defined by the JMS 1.1 specification.

Interface Summary

ConnectionItf The ConnectionItf interface defines the methods provided to Connection objects for actually exchanging requests and replies with the Joram platform.

Class Summary

BytesMessage Implements the javax.jms.BytesMessage interface.
Connection Implements the javax.jms.Connection interface.
ConnectionConsumer Implements the javax.jms.ConnectionConsumer interface.
ConnectionFactory Implements the javax.jms.ConnectionFactory interface.
ConnectionMetaData Implements the javax.jms.ConnectionMetaData interface.
Destination Implements the javax.jms.Destination interface and provides JORAM specific administration and monitoring methods.
Driver Each Connection holds a Driver daemon for listening to asynchronous replies coming from the connected server.
FactoryParameters A FactoryParameters instance holds a <XA>ConnectionFactory configuration parameters.
JoramTracing The JoramTracing class centralizes the log tracing for joram.
MapMessage Implements the javax.jms.MapMessage interface.
Message Implements the javax.jms.Message interface.
MessageConsumer Implements the javax.jms.MessageConsumer interface.
MessageProducer Implements the javax.jms.MessageProducer interface.
ObjectMessage Implements the javax.jms.ObjectMessage interface.
Queue Implements the javax.jms.Queue interface and provides JORAM specific administration and monitoring methods.
QueueBrowser Implements the javax.jms.QueueBrowser interface.
QueueConnection Implements the javax.jms.QueueConnection interface.
QueueConnectionFactory Implements the javax.jms.QueueConnectionFactory interface.
QueueReceiver Implements the javax.jms.QueueReceiver interface.
QueueSender Implements the javax.jms.QueueSender interface.
QueueSession Implements the javax.jms.QueueSession interface.
Session Implements the javax.jms.Session interface.
StreamMessage Implements the javax.jms.StreamMessage interface.
TemporaryQueue Implements the javax.jms.TemporaryQueue interface.
TemporaryTopic Implements the javax.jms.TemporaryTopic interface.
TextMessage Implements the javax.jms.TextMessage interface.
Topic Implements the javax.jms.Topic interface and provides JORAM specific administration and monitoring methods.
TopicConnection Implements the javax.jms.TopicConnection interface.
TopicConnectionFactory Implements the javax.jms.TopicConnectionFactory interface.
TopicPublisher Implements the javax.jms.TopicPublisher interface.
TopicSession Implements the javax.jms.TopicSession interface.
TopicSubscriber Implements the javax.jms.TopicSubscriber interface.
XAConnection Connection used within global transactions; an instance of this class acts as a resource manager.
XAConnectionFactory Implements the javax.jms.XAConnectionFactory interface.
XAQueueConnection Implements the javax.jms.XAQueueConnection interface.
XAQueueConnectionFactory Implements the javax.jms.XAQueueConnectionFactory interface.
XAQueueSession Implements the javax.jms.XAQueueSession interface.
XAResource A XAResource instance is used by a XASession instance as a delegate to a Transaction Manager.
XAResourceMngr Utility class used by XA connections for managing XA resources.
XASession Implements the javax.jms.XASession interface.
XATopicConnection Implements the javax.jms.XATopicConnection interface.
XATopicConnectionFactory Implements the javax.jms.XATopicConnectionFactory interface.
XATopicSession Implements the javax.jms.XATopicSession interface.
XidImpl Implements the javax.transaction.xa.Xid interface for identifying distributed transactions.
The org.objectweb.joram.client.jms package holds the classes implementing the interfaces defined by the JMS 1.1 specification.

Copyright B) 2004 Scalagent - All rights reserved