|
Class Summary |
| JmsClientStubFactory |
This is a helper clas that is responsible for cresting the various types of
stubs. |
| JmsConnection |
The JmsConnection is a client representation of a server side connection. |
| JmsConnectionFactory |
This is simply a marker for connection factory classes. |
| JmsConnectionFactoryBuilder |
This factory object implements the ObjectFactory interface and is used
to resolve a reference to a connection factory. |
| JmsConnectionMetaData |
This class maintains static connection meta data information |
| JmsConnectionState |
This class defines the various states of a connection
stopped the connection is open but not running
running the connection is open and running
closed the connection is closed |
| 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. |
| JmsMessageConsumer |
This is an abstract class that defines the generic behaviour of a consumer. |
| JmsMessageProducer |
A client uses this class to deliver messages to a destination. |
| JmsQueue |
This object represents a queue, which is a type of destination. |
| JmsQueueConnection |
The JmsQueueConnection class is responsible for allocating sessions.. |
| JmsQueueConnectionConsumer |
This class is part of the application server facility that allows concurrent
processing of messages on the client side. |
| JmsQueueConnectionFactory |
This class extends JmsConnectionFactory and is responsible for creating
QueueConnections with other JMS PTP providers |
| JmsQueueReceiver |
A client uses a JmsQueueReceiver to receive messages |
| JmsQueueSender |
This class is used for sending messages to a queue. |
| JmsQueueSession |
. |
| JmsSession |
This class implements a Session interface and supports a single threaded
context. |
| JmsSessionType |
This class defines an enumeration for Session types.. |
| 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. |
| JmsTopicConnection |
|
| JmsTopicConnectionConsumer |
This class is part of the application server facility that allows concurrent
processing of messages on the client side. |
| JmsTopicConnectionFactory |
This class is responsible for managing all TopicConnection instances. |
| JmsTopicPublisher |
The object is used to publish methods to a particular topic. |
| JmsTopicSession |
The JmsTopicSession extends JmsSession and implements TopicSession. |
| JmsTopicSubscriber |
This class extends JmsMessageConsumer to define a message consumer specific
to a topic. |