Package org.ow2.joram.jakarta.jms
The
org.ow2.joram.jakarta.jms package holds the classes implementing the interfaces defined by the JMS 3.0 Jakarta specification.-
Interface Summary Interface Description ConnectionMBean DestinationMBean MessageInterceptor Session level message interceptor interface.QueueMBean SessionMBean TopicMBean -
Class Summary Class Description BytesMessage Implements thejakarta.jms.BytesMessageinterface.Connection Implements thejakarta.jms.Connectioninterface.Connection.Status Status of the connection.ConnectionFactory Implements all thejakarta.jms.ConnectionFactoryinterfaces.ConnectionMetaData Implements thejakarta.jms.ConnectionMetaDatainterface.ContextConnection Destination Implements thejakarta.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 thejakarta.jms.MapMessageinterface.Message Implements thejakarta.jms.Messageinterface.MessageAcks AMessageAcksinstance holds the identifiers of messages to acknowledge on a queue or on a proxy subscription.MessageConsumer Implements thejakarta.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 thejakarta.jms.MessageProducerinterface.MultiSessionConsumer The MultiSessionConsumer is threaded (see MessageDispatcher) because the session pool can hang if there is no more available ServerSession.ObjectMessage Implements thejakarta.jms.ObjectMessageinterface.Queue Implements thejakarta.jms.Queueinterface.QueueBrowser Implements thejakarta.jms.QueueBrowserinterface.QueueConnection Implements thejakarta.jms.QueueConnectioninterface.QueueReceiver Implements thejakarta.jms.QueueReceiverinterface.QueueSender Implements thejakarta.jms.QueueSenderinterface.QueueSession Implements thejakarta.jms.QueueSessioninterface.Session Implements thejakarta.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 thejakarta.jms.StreamMessageinterface.TemporaryQueue Implements thejakarta.jms.TemporaryQueueinterface.TemporaryTopic Implements thejakarta.jms.TemporaryTopicinterface.TextMessage Implements thejakarta.jms.TextMessageinterface.Topic Implements thejakarta.jms.Topicinterface.TopicConnection Implements thejakarta.jms.TopicConnectioninterface.TopicPublisher Implements thejakarta.jms.TopicPublisherinterface.TopicSession Implements thejakarta.jms.TopicSessioninterface.TopicSubscriber Implements thejakarta.jms.TopicSubscriberinterface.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 thejakarta.jms.XAQueueConnectioninterface.XAQueueSession Implements thejakarta.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 thejakarta.jms.XASessioninterface.XATopicConnection Implements thejakarta.jms.XATopicConnectioninterface.XATopicSession Implements thejakarta.jms.XATopicSessioninterface.XidImpl Implements thejavax.transaction.xa.Xidinterface for identifying distributed transactions.