Package org.apache.activemq.pool
Class PooledConnection
- java.lang.Object
-
- org.apache.activemq.jms.pool.PooledConnection
-
- org.apache.activemq.pool.PooledConnection
-
- All Implemented Interfaces:
AutoCloseable
,Connection
,QueueConnection
,TopicConnection
,org.apache.activemq.Closeable
,org.apache.activemq.EnhancedConnection
public class PooledConnection extends org.apache.activemq.jms.pool.PooledConnection implements org.apache.activemq.EnhancedConnection
-
-
Constructor Summary
Constructors Constructor Description PooledConnection(org.apache.activemq.jms.pool.ConnectionPool connection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DestinationSource
getDestinationSource()
-
Methods inherited from class org.apache.activemq.jms.pool.PooledConnection
assertNotClosed, cleanupAllLoanedSessions, cleanupConnectionTemporaryDestinations, close, createConnectionConsumer, createConnectionConsumer, createConnectionConsumer, createDurableConnectionConsumer, createQueueSession, createSession, createSession, createSession, createSession, createSharedConnectionConsumer, createSharedDurableConnectionConsumer, createTopicSession, getClientID, getConnection, getExceptionListener, getMetaData, getNumActiveSessions, getNumSessions, getNumtIdleSessions, newInstance, onSessionClosed, onTemporaryQueueCreate, onTemporaryTopicCreate, setClientID, setExceptionListener, start, stop, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface javax.jms.Connection
close, createConnectionConsumer, createSession, createSession, createSession, createSharedConnectionConsumer, createSharedDurableConnectionConsumer, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop
-
Methods inherited from interface javax.jms.QueueConnection
createConnectionConsumer, createQueueSession
-
Methods inherited from interface javax.jms.TopicConnection
createConnectionConsumer, createDurableConnectionConsumer, createTopicSession
-
-
-
-
Method Detail
-
getDestinationSource
public DestinationSource getDestinationSource() throws JMSException
- Specified by:
getDestinationSource
in interfaceorg.apache.activemq.EnhancedConnection
- Throws:
JMSException
-
-