|
Class Summary |
| JmsConnectionFactory |
Client implementation of the javax.jms.ConnectionFactory
interface. |
| JmsConnectionFactoryBuilder |
Implementation of the ObjectFactory interface that creates JmsConnectionFactory instances given a corresponding Reference |
| JmsConnectionMetaData |
This class maintains static connection meta data information |
| JmsDestination |
This is the base class for all destinations. |
| JmsDestinationFactory |
This factory object implements the ObjectFactory interface and is used
to resolve a reference to an administered destination. |
| JmsQueue |
This object represents a queue, which is a type of destination. |
| JmsTemporaryQueue |
A temporary queue is created by a client through a session and has
a lifetime of the session's connection. |
| JmsTemporaryTopic |
A temporary topic is created by a client through a session and has
a lifetime of the session's connection. |
| JmsTopic |
A topic is a destination specific for the puiblish-subscribe messaging
model. |
| JmsXAConnectionFactory |
Client implementation of the javax.jms.XAConnectionFactory
interface. |
| JmsXAQueueConnection |
Client implementation of the javax.jms.XAQueueConnection
interface. |
| JmsXAQueueSession |
Client implementation of the javax.jms.XAQueueSession
interface. |
| JmsXATopicConnection |
Client implementation of the javax.jms.XATopicConnection
interface. |
| JmsXATopicSession |
Client implementation of the javax.jms.XATopicSession interface |