org.ow2.joram.jakarta.jms package holds the classes implementing the interfaces defined by the JMS 3.0 Jakarta specification.See: Description
| Interface | Description |
|---|---|
| ConnectionMBean | |
| DestinationMBean | |
| MessageInterceptor |
Session level message interceptor interface.
|
| QueueMBean | |
| SessionMBean | |
| TopicMBean |
| Class | Description |
|---|---|
| BytesMessage |
Implements the
jakarta.jms.BytesMessage interface. |
| Connection |
Implements the
jakarta.jms.Connection interface. |
| Connection.Status |
Status of the connection.
|
| ConnectionFactory |
Implements all the
jakarta.jms.ConnectionFactory interfaces. |
| ConnectionMetaData |
Implements the
jakarta.jms.ConnectionMetaData interface. |
| ContextConnection | |
| Destination |
Implements the
jakarta.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
jakarta.jms.MapMessage interface. |
| Message |
Implements the
jakarta.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
jakarta.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
jakarta.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
jakarta.jms.ObjectMessage interface. |
| Queue |
Implements the
jakarta.jms.Queue interface. |
| QueueBrowser |
Implements the
jakarta.jms.QueueBrowser interface. |
| QueueConnection |
Implements the
jakarta.jms.QueueConnection interface. |
| QueueReceiver |
Implements the
jakarta.jms.QueueReceiver interface. |
| QueueSender |
Implements the
jakarta.jms.QueueSender interface. |
| QueueSession |
Implements the
jakarta.jms.QueueSession interface. |
| Session |
Implements the
jakarta.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
jakarta.jms.StreamMessage interface. |
| TemporaryQueue |
Implements the
jakarta.jms.TemporaryQueue interface. |
| TemporaryTopic |
Implements the
jakarta.jms.TemporaryTopic interface. |
| TextMessage |
Implements the
jakarta.jms.TextMessage interface. |
| Topic |
Implements the
jakarta.jms.Topic interface. |
| TopicConnection |
Implements the
jakarta.jms.TopicConnection interface. |
| TopicPublisher |
Implements the
jakarta.jms.TopicPublisher interface. |
| TopicSession |
Implements the
jakarta.jms.TopicSession interface. |
| TopicSubscriber |
Implements the
jakarta.jms.TopicSubscriber interface. |
| XAConnection |
Connection used within global transactions; an instance of this class
acts as a resource manager.
|
| XAContext |
Utility class holding a resource's state during transaction progress.
|
| XAJMSContext | |
| XAQueueConnection |
Implements the
jakarta.jms.XAQueueConnection interface. |
| XAQueueSession |
Implements the
jakarta.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
jakarta.jms.XASession interface. |
| XATopicConnection |
Implements the
jakarta.jms.XATopicConnection interface. |
| XATopicSession |
Implements the
jakarta.jms.XATopicSession interface. |
| XidImpl |
Implements the
javax.transaction.xa.Xid interface for
identifying distributed transactions. |
org.ow2.joram.jakarta.jms package holds the classes implementing the interfaces defined by the JMS 3.0 Jakarta specification.Copyright © 2023 ScalAgent D.T.. All rights reserved.