Package org.objectweb.joram.client.jms
The
org.objectweb.joram.client.jms package holds the classes implementing the interfaces defined by the JMS 2.0 specification.-
Interface Summary Interface Description ConnectionMBean DestinationMBean MessageInterceptor Session level message interceptor interface.QueueMBean SessionMBean TopicMBean -
Class Summary Class Description BytesMessage Implements thejavax.jms.BytesMessageinterface.Connection Implements thejavax.jms.Connectioninterface.Connection.Status Status of the connection.ConnectionFactory Implements all thejavax.jms.ConnectionFactoryinterfaces.ConnectionMetaData Implements thejavax.jms.ConnectionMetaDatainterface.ContextConnection Destination Implements thejavax.jms.Destinationinterface and provides JORAM specific administration and monitoring methods.FactoryParameters AFactoryParametersinstance holds a<XA>ConnectionFactoryconfiguration parameters, it allows to configure the related ConnectionFactory.JMSConsumer JMSContext AJMSContextis the main interface in the simplified JMS API introduced for JMS 2.0.JMSProducer MapMessage Implements thejavax.jms.MapMessageinterface.Message Implements thejavax.jms.Messageinterface.MessageAcks AMessageAcksinstance holds the identifiers of messages to acknowledge on a queue or on a proxy subscription.MessageConsumer Implements thejavax.jms.MessageConsumerinterface.MessageConsumer.Status Status of the message consumer.MessageConsumerListener This class listens to replies asynchronously returned by the user proxy for a message consumer.MessageConsumerListener.ReceiveStatus MessageConsumerListener.Status Status of the message consumer listener.MessageProducer Implements thejavax.jms.MessageProducerinterface.MultiSessionConsumer The MultiSessionConsumer is threaded (see MessageDispatcher) because the session pool can hang if there is no more available ServerSession.ObjectMessage Implements thejavax.jms.ObjectMessageinterface.Queue Implements thejavax.jms.Queueinterface.QueueBrowser Implements thejavax.jms.QueueBrowserinterface.QueueConnection Implements thejavax.jms.QueueConnectioninterface.QueueConnectionFactory Deprecated. Replaced next to Joram 5.2.1 by ConnectionFactory.QueueReceiver Implements thejavax.jms.QueueReceiverinterface.QueueSender Implements thejavax.jms.QueueSenderinterface.QueueSession Implements thejavax.jms.QueueSessioninterface.Session Implements thejavax.jms.Sessioninterface.Session.MessageListenerContext Context used to associate a message consumer with a set of messages to consume.Session.RequestStatus The status of the current request.Session.SessionMode The way the session is used.Session.Status Status of the sessionSingleSessionConsumer StreamMessage Implements thejavax.jms.StreamMessageinterface.TemporaryQueue Implements thejavax.jms.TemporaryQueueinterface.TemporaryTopic Implements thejavax.jms.TemporaryTopicinterface.TextMessage Implements thejavax.jms.TextMessageinterface.Topic Implements thejavax.jms.Topicinterface.TopicConnection Implements thejavax.jms.TopicConnectioninterface.TopicConnectionFactory Deprecated. Replaced next to Joram 5.2.1 by ConnectionFactory.TopicPublisher Implements thejavax.jms.TopicPublisherinterface.TopicSession Implements thejavax.jms.TopicSessioninterface.TopicSubscriber Implements thejavax.jms.TopicSubscriberinterface.XAConnection Connection used within global transactions; an instance of this class acts as a resource manager.XAConnectionFactory Deprecated. Replaced next to Joram 5.2.1 by ConnectionFactory.XAContext Utility class holding a resource's state during transaction progress.XAJMSContext XAQueueConnection Implements thejavax.jms.XAQueueConnectioninterface.XAQueueConnectionFactory Deprecated. Replaced next to Joram 5.2.1 by ConnectionFactory.XAQueueSession Implements thejavax.jms.XAQueueSessioninterface.XAResource AXAResourceinstance is used by aXASessioninstance as a delegate to a Transaction Manager.XAResourceMngr Utility class used by XA connections for managing XA resources.XASession Implements thejavax.jms.XASessioninterface.XATopicConnection Implements thejavax.jms.XATopicConnectioninterface.XATopicConnectionFactory Deprecated. Replaced next to Joram 5.2.1 by ConnectionFactory.XATopicSession Implements thejavax.jms.XATopicSessioninterface.XidImpl Implements thejavax.transaction.xa.Xidinterface for identifying distributed transactions.