|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActiveMQConnection | |
---|---|
org.apache.activemq | The core JMS client API implementation classes. |
org.apache.activemq.command | Command objects used via the Command Pattern to communicate among nodes |
org.apache.activemq.management | An implementation of the J2EE Management API |
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. |
org.apache.activemq.ra | JCA managed connections and resource adapters for working with ActiveMQ |
Uses of ActiveMQConnection in org.apache.activemq |
---|
Subclasses of ActiveMQConnection in org.apache.activemq | |
---|---|
class |
ActiveMQXAConnection
The XAConnection interface extends the capability of Connection by providing an XASession (optional). |
Fields in org.apache.activemq declared as ActiveMQConnection | |
---|---|
protected ActiveMQConnection |
ActiveMQSession.connection
|
Methods in org.apache.activemq that return ActiveMQConnection | |
---|---|
protected ActiveMQConnection |
ActiveMQConnectionFactory.createActiveMQConnection()
|
protected ActiveMQConnection |
ActiveMQConnectionFactory.createActiveMQConnection(java.lang.String userName,
java.lang.String password)
|
protected ActiveMQConnection |
ActiveMQConnectionFactory.createActiveMQConnection(Transport transport,
JMSStatsImpl stats)
|
protected ActiveMQConnection |
ActiveMQXAConnectionFactory.createActiveMQConnection(Transport transport,
JMSStatsImpl stats)
|
ActiveMQConnection |
ActiveMQSession.getConnection()
|
ActiveMQConnection |
TransactionContext.getConnection()
|
static ActiveMQConnection |
ActiveMQConnection.makeConnection()
A static helper method to create a new connection |
static ActiveMQConnection |
ActiveMQConnection.makeConnection(java.lang.String uri)
A static helper method to create a new connection |
static ActiveMQConnection |
ActiveMQConnection.makeConnection(java.lang.String user,
java.lang.String password,
java.lang.String uri)
A static helper method to create a new connection |
Methods in org.apache.activemq with parameters of type ActiveMQConnection | |
---|---|
protected void |
ActiveMQConnectionFactory.configureConnection(ActiveMQConnection connection)
|
static ActiveMQMessage |
ActiveMQMessageTransformation.transformMessage(javax.jms.Message message,
ActiveMQConnection connection)
Creates a fast shallow copy of the current ActiveMQMessage or creates a whole new message instance from an available JMS message from another provider. |
Constructors in org.apache.activemq with parameters of type ActiveMQConnection | |
---|---|
ActiveMQConnectionConsumer(ActiveMQConnection theConnection,
javax.jms.ServerSessionPool theSessionPool,
ConsumerInfo theConsumerInfo)
Create a ConnectionConsumer |
|
ActiveMQInputStream(ActiveMQConnection connection,
ConsumerId consumerId,
ActiveMQDestination dest,
java.lang.String selector,
boolean noLocal,
java.lang.String name,
int prefetch,
long timeout)
|
|
ActiveMQOutputStream(ActiveMQConnection connection,
ProducerId producerId,
ActiveMQDestination destination,
java.util.Map<java.lang.String,java.lang.Object> properties,
int deliveryMode,
int priority,
long timeToLive)
|
|
ActiveMQSession(ActiveMQConnection connection,
SessionId sessionId,
int acknowledgeMode,
boolean asyncDispatch)
|
|
ActiveMQSession(ActiveMQConnection connection,
SessionId sessionId,
int acknowledgeMode,
boolean asyncDispatch,
boolean sessionAsyncDispatch)
Construct the Session |
|
AdvisoryConsumer(ActiveMQConnection connection,
ConsumerId consumerId)
|
|
TransactionContext(ActiveMQConnection connection)
|
Uses of ActiveMQConnection in org.apache.activemq.command |
---|
Fields in org.apache.activemq.command declared as ActiveMQConnection | |
---|---|
protected ActiveMQConnection |
ActiveMQTempDestination.connection
|
Methods in org.apache.activemq.command that return ActiveMQConnection | |
---|---|
ActiveMQConnection |
ActiveMQTempDestination.getConnection()
|
ActiveMQConnection |
Message.getConnection()
|
Methods in org.apache.activemq.command with parameters of type ActiveMQConnection | |
---|---|
void |
ActiveMQTempDestination.setConnection(ActiveMQConnection connection)
|
void |
Message.setConnection(ActiveMQConnection connection)
|
Uses of ActiveMQConnection in org.apache.activemq.management |
---|
Methods in org.apache.activemq.management with parameters of type ActiveMQConnection | |
---|---|
void |
JMSStatsImpl.addConnection(ActiveMQConnection connection)
|
void |
JMSStatsImpl.removeConnection(ActiveMQConnection connection)
|
Uses of ActiveMQConnection in org.apache.activemq.pool |
---|
Methods in org.apache.activemq.pool that return ActiveMQConnection | |
---|---|
protected ActiveMQConnection |
PooledConnectionFactory.createConnection(ConnectionKey key)
|
ActiveMQConnection |
PooledConnection.getConnection()
|
ActiveMQConnection |
ConnectionPool.getConnection()
|
protected ActiveMQConnection |
SessionPool.getConnection()
|
Methods in org.apache.activemq.pool with parameters of type ActiveMQConnection | |
---|---|
protected ConnectionPool |
JcaPooledConnectionFactory.createConnectionPool(ActiveMQConnection connection)
|
protected ConnectionPool |
XaPooledConnectionFactory.createConnectionPool(ActiveMQConnection connection)
|
protected ConnectionPool |
PooledConnectionFactory.createConnectionPool(ActiveMQConnection connection)
|
Constructors in org.apache.activemq.pool with parameters of type ActiveMQConnection | |
---|---|
ConnectionPool(ActiveMQConnection connection,
java.util.Map<SessionKey,SessionPool> cache,
org.apache.commons.pool.ObjectPoolFactory poolFactory)
|
|
ConnectionPool(ActiveMQConnection connection,
org.apache.commons.pool.ObjectPoolFactory poolFactory)
|
|
JcaConnectionPool(ActiveMQConnection connection,
org.apache.commons.pool.ObjectPoolFactory poolFactory,
javax.transaction.TransactionManager transactionManager,
java.lang.String name)
|
|
XaConnectionPool(ActiveMQConnection connection,
org.apache.commons.pool.ObjectPoolFactory poolFactory,
javax.transaction.TransactionManager transactionManager)
|
Uses of ActiveMQConnection in org.apache.activemq.ra |
---|
Methods in org.apache.activemq.ra that return ActiveMQConnection | |
---|---|
protected ActiveMQConnection |
ActiveMQEndpointWorker.getConnection()
|
ActiveMQConnection |
ActiveMQResourceAdapter.makeConnection()
|
ActiveMQConnection |
ActiveMQConnectionSupport.makeConnection(ActiveMQConnectionRequestInfo connectionRequestInfo)
Creates a new physical connection to an Active MQ broker identified by given connection request information. |
ActiveMQConnection |
MessageResourceAdapter.makeConnection(ActiveMQConnectionRequestInfo info)
|
ActiveMQConnection |
ActiveMQConnectionSupport.makeConnection(ActiveMQConnectionRequestInfo connectionRequestInfo,
ActiveMQConnectionFactory connectionFactory)
Creates a new physical connection to an Active MQ broker using a given connection factory and credentials supplied in connection request information. |
ActiveMQConnection |
ActiveMQResourceAdapter.makeConnection(MessageActivationSpec activationSpec)
|
ActiveMQConnection |
MessageResourceAdapter.makeConnection(MessageActivationSpec activationSpec)
|
Constructors in org.apache.activemq.ra with parameters of type ActiveMQConnection | |
---|---|
ActiveMQManagedConnection(javax.security.auth.Subject subject,
ActiveMQConnection physicalConnection,
ActiveMQConnectionRequestInfo info)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |