|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Closeable | |
|---|---|
| org.apache.activemq | The core JMS client API implementation classes. |
| org.apache.activemq.pool | A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like Spring's JmsTemplate. |
| Uses of Closeable in org.apache.activemq |
|---|
| Subinterfaces of Closeable in org.apache.activemq | |
|---|---|
interface |
EnhancedConnection
A set of enhanced APIs for a JMS provider |
| Classes in org.apache.activemq that implement Closeable | |
|---|---|
class |
ActiveMQConnection
|
class |
ActiveMQMessageProducer
A client uses a MessageProducer object to send messages to a
destination. |
class |
ActiveMQMessageProducerSupport
A useful base class for implementing a MessageProducer |
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 |
ActiveMQXAConnection
The XAConnection interface extends the capability of Connection by providing an XASession (optional). |
| Uses of Closeable in org.apache.activemq.pool |
|---|
| Classes in org.apache.activemq.pool that implement Closeable | |
|---|---|
class |
PooledConnection
Represents a proxy Connection which is-a TopicConnection and
QueueConnection which is pooled and on PooledConnection.close() will return
itself to the sessionPool. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||