org.objectweb.joram.client.jms
package holds the classes implementing the interfaces defined by the JMS 1.1 specification.See: Description
Interface | Description |
---|---|
ConnectionMBean | |
DestinationMBean | |
MessageInterceptor |
Session level message interceptor interface.
|
QueueMBean | |
SessionMBean | |
TopicMBean |
Class | Description |
---|---|
BytesMessage |
Implements the
javax.jms.BytesMessage interface. |
Connection |
Implements the
javax.jms.Connection interface. |
Connection.Status |
Status of the connection.
|
ConnectionFactory |
Implements all the
javax.jms.ConnectionFactory interfaces. |
ConnectionMetaData |
Implements the
javax.jms.ConnectionMetaData interface. |
ContextConnection | |
Destination |
Implements the
javax.jms.Destination interface and provides
JORAM specific administration and monitoring methods. |
FactoryParameters |
A
FactoryParameters instance holds a
<XA>ConnectionFactory configuration parameters,
it allows to configure the related ConnectionFactory. |
JMSConsumer | |
JMSContext |
A
JMSContext is the main interface in the simplified JMS API
introduced for JMS 2.0. |
JMSProducer | |
MapMessage |
Implements the
javax.jms.MapMessage interface. |
Message |
Implements the
javax.jms.Message interface. |
MessageAcks |
A
MessageAcks instance holds the identifiers of messages to
acknowledge on a queue or on a proxy subscription. |
MessageConsumer |
Implements the
javax.jms.MessageConsumer interface. |
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 the
javax.jms.MessageProducer interface. |
MultiSessionConsumer |
The MultiSessionConsumer is threaded (see MessageDispatcher)
because the session pool can hang if there is no more
available ServerSession.
|
ObjectMessage |
Implements the
javax.jms.ObjectMessage interface. |
Queue |
Implements the
javax.jms.Queue interface. |
QueueBrowser |
Implements the
javax.jms.QueueBrowser interface. |
QueueConnection |
Implements the
javax.jms.QueueConnection interface. |
QueueConnectionFactory | Deprecated
Replaced next to Joram 5.2.1 by ConnectionFactory.
|
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. |
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 session
|
SingleSessionConsumer | |
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. |
TopicConnection |
Implements the
javax.jms.TopicConnection interface. |
TopicConnectionFactory | Deprecated
Replaced next to Joram 5.2.1 by ConnectionFactory.
|
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 | Deprecated
Replaced next to Joram 5.2.1 by ConnectionFactory.
|
XAContext |
Utility class holding a resource's state during transaction progress.
|
XAJMSContext | |
XAQueueConnection |
Implements the
javax.jms.XAQueueConnection interface. |
XAQueueConnectionFactory | Deprecated
Replaced next to Joram 5.2.1 by ConnectionFactory.
|
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 | Deprecated
Replaced next to Joram 5.2.1 by ConnectionFactory.
|
XATopicSession |
Implements the
javax.jms.XATopicSession interface. |
XidImpl |
Implements the
javax.transaction.xa.Xid interface for
identifying distributed transactions. |
org.objectweb.joram.client.jms
package holds the classes implementing the interfaces defined by the JMS 1.1 specification.Copyright © 2013 ScalAgent D.T.. All Rights Reserved.