Uses of Class
org.apache.activemq.ActiveMQConnection

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 
org.apache.activemq.web Web Connectors so that messages can be sent via HTTP POST or read via HTTP POST or GET as well as support for web streaming to we browser or JavaScript clients. 
 

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(String userName, String password)
           
protected  ActiveMQConnection ActiveMQConnectionFactory.createActiveMQConnection(Transport transport, JMSStatsImpl stats)
           
protected  ActiveMQConnection ActiveMQXAConnectionFactory.createActiveMQConnection(Transport transport, JMSStatsImpl stats)
           
 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
 

Methods in org.apache.activemq with parameters of type ActiveMQConnection
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, String selector, boolean noLocal, String name, int prefetch)
           
ActiveMQOutputStream(ActiveMQConnection connection, ProducerId producerId, ActiveMQDestination destination, Map 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 Message.getConnection()
           
 ActiveMQConnection ActiveMQTempDestination.getConnection()
           
 

Methods in org.apache.activemq.command with parameters of type ActiveMQConnection
 void Message.setConnection(ActiveMQConnection connection)
           
 void ActiveMQTempDestination.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 ConnectionPool.getConnection()
           
protected  ActiveMQConnection SessionPool.getConnection()
           
 

Constructors in org.apache.activemq.pool with parameters of type ActiveMQConnection
ConnectionPool(ActiveMQConnection connection, Map cache, org.apache.commons.pool.ObjectPoolFactory poolFactory)
           
ConnectionPool(ActiveMQConnection connection, org.apache.commons.pool.ObjectPoolFactory poolFactory)
           
 

Uses of ActiveMQConnection in org.apache.activemq.ra
 

Methods in org.apache.activemq.ra that return ActiveMQConnection
 ActiveMQConnection ActiveMQResourceAdapter.makeConnection()
           
 ActiveMQConnection ActiveMQResourceAdapter.makeConnection(ActiveMQActivationSpec activationSpec)
           
 ActiveMQConnection ActiveMQResourceAdapter.makeConnection(ActiveMQConnectionRequestInfo info)
           
 ActiveMQConnection ActiveMQResourceAdapter.makeConnection(ActiveMQConnectionRequestInfo info, ActiveMQConnectionFactory connectionFactory)
           
 

Constructors in org.apache.activemq.ra with parameters of type ActiveMQConnection
ActiveMQManagedConnection(Subject subject, ActiveMQConnection physicalConnection, ActiveMQConnectionRequestInfo info)
           
 

Uses of ActiveMQConnection in org.apache.activemq.web
 

Methods in org.apache.activemq.web that return ActiveMQConnection
 ActiveMQConnection WebClient.getConnection()
           
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.