|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActiveMQConnection | |
org.activemq | The core JMS client implementation classes |
org.activemq.management | An implementation of the J2EE Management API |
org.activemq.pool | A JMS provider for working with ActiveMQ's JCA ResourceAdapter which uses the same JMS Session that is being used to dispatch JMS Messages inside a JCA or MDB container. |
org.activemq.transport | The transport abstraction layer for sending and receiving Packets over a network |
Uses of ActiveMQConnection in org.activemq |
Subclasses of ActiveMQConnection in org.activemq | |
class |
ActiveMQXAConnection
The XAConnection interface extends the capability of Connection by providing an XASession (optional). |
Fields in org.activemq declared as ActiveMQConnection | |
protected ActiveMQConnection |
ActiveMQSession.connection
|
Methods in org.activemq that return ActiveMQConnection | |
ActiveMQConnection |
TransactionContext.getConnection()
|
static ActiveMQConnection |
ActiveMQConnection.makeConnection()
A static helper method to create a new connection |
static ActiveMQConnection |
ActiveMQConnection.makeConnection(String uri)
A static helper method to create a new connection |
static ActiveMQConnection |
ActiveMQConnection.makeConnection(String user,
String password,
String uri)
A static helper method to create a new connection |
Constructors in org.activemq with parameters of type ActiveMQConnection | |
TransactionContext(ActiveMQConnection connection)
|
|
ActiveMQSession(ActiveMQConnection theConnection,
int theAcknowledgeMode)
Construct the Session |
|
ActiveMQSession(ActiveMQConnection theConnection,
int theAcknowledgeMode,
boolean optimizedDispatch)
Construct the Session |
|
ActiveMQConnectionConsumer(ActiveMQConnection theConnection,
ServerSessionPool theSessionPool,
ConsumerInfo theConsumerInfo,
int theMaximumMessages)
Create a ConnectionConsumer |
Uses of ActiveMQConnection in org.activemq.management |
Methods in org.activemq.management with parameters of type ActiveMQConnection | |
void |
JMSStatsImpl.addConnection(ActiveMQConnection connection)
|
void |
JMSStatsImpl.removeConnection(ActiveMQConnection connection)
|
Uses of ActiveMQConnection in org.activemq.pool |
Methods in org.activemq.pool that return ActiveMQConnection | |
protected ActiveMQConnection |
PooledConnection.getConnection()
|
protected ActiveMQConnection |
SessionPool.getConnection()
|
protected ActiveMQConnection |
PooledConnectionFactory.createConnection(ConnectionKey key)
|
Constructors in org.activemq.pool with parameters of type ActiveMQConnection | |
PooledConnection(ActiveMQConnection connection)
|
|
PooledConnection(ActiveMQConnection connection,
Map cache)
|
|
SessionPool(ActiveMQConnection connection,
SessionKey key)
|
|
SessionPool(ActiveMQConnection connection,
SessionKey key,
org.apache.commons.pool.ObjectPool sessionPool)
|
Uses of ActiveMQConnection in org.activemq.transport |
Fields in org.activemq.transport declared as ActiveMQConnection | |
protected ActiveMQConnection |
NetworkChannel.localConnection
|
protected ActiveMQConnection |
NetworkChannel.remoteConnection
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |