Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.activemq.Closeable

Uses of Closeable in org.activemq
 

Classes in org.activemq that implement Closeable
 class ActiveMQConnection
          A Connection object is a client's active connection to its JMS provider.
 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 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 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).