|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatsCapable | |
org.codehaus.activemq | The core JMS client implementation classes |
Uses of StatsCapable in org.codehaus.activemq |
Classes in org.codehaus.activemq that implement StatsCapable | |
class |
ActiveMQConnection
A Connection object is a client's active connection to its JMS provider. |
class |
ActiveMQConnectionFactory
A ConnectionFactory is an an Administed object, and is used for creating Connections. |
class |
ActiveMQMessageConsumer
A client uses a MessageConsumer object to receive messages from a destination. |
class |
ActiveMQMessageProducer
A client uses a MessageProducer object to send messages to a
destination. |
class |
ActiveMQQueueBrowser
A client uses a QueueBrowser object to look at messages on a
queue without removing them. |
class |
ActiveMQQueueReceiver
A client uses a QueueReceiver object to receive messages that
have been delivered to a queue. |
class |
ActiveMQQueueSender
A client uses a QueueSender object to send messages to a
queue. |
class |
ActiveMQSession
A Session object is a single-threaded context for producing and consuming messages. |
class |
ActiveMQTopicPublisher
A client uses a TopicPublisher object to publish messages on
a topic. |
class |
ActiveMQTopicSubscriber
A client uses a TopicSubscriber object to receive messages
that have been published to a topic. |
class |
ActiveMQXAConnection
The XAConnection interface extends the capability of Connection by providing an XASession (optional). |
class |
ActiveMQXAConnectionFactory
The XAConnectionFactory interface is a base interface for the XAQueueConnectionFactory and XATopicConnectionFactory interfaces. |
class |
ActiveMQXASession
The XASession interface extends the capability of Session by adding access to a JMS provider's support for the Java Transaction API (JTA) (optional). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |