Uses of Class
org.apache.activemq.ActiveMQConnection
-
Packages that use ActiveMQConnection Package Description org.apache.activemq The core JMS client API implementation classes.org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodesorg.apache.activemq.management An implementation of the J2EE Management API -
-
Uses of ActiveMQConnection in org.apache.activemq
Subclasses of ActiveMQConnection in org.apache.activemq Modifier and Type Class Description classActiveMQXAConnectionThe XAConnection interface extends the capability of Connection by providing an XASession (optional).Fields in org.apache.activemq declared as ActiveMQConnection Modifier and Type Field Description protected ActiveMQConnectionActiveMQSession. connectionMethods in org.apache.activemq that return ActiveMQConnection Modifier and Type Method Description protected ActiveMQConnectionActiveMQConnectionFactory. createActiveMQConnection()protected ActiveMQConnectionActiveMQConnectionFactory. createActiveMQConnection(String userName, String password)protected ActiveMQConnectionActiveMQConnectionFactory. createActiveMQConnection(Transport transport, JMSStatsImpl stats)protected ActiveMQConnectionActiveMQXAConnectionFactory. createActiveMQConnection(Transport transport, JMSStatsImpl stats)protected ActiveMQConnectionActiveMQXASslConnectionFactory. createActiveMQConnection(Transport transport, JMSStatsImpl stats)ActiveMQConnectionActiveMQSession. getConnection()ActiveMQConnectionTransactionContext. getConnection()static ActiveMQConnectionActiveMQConnection. makeConnection()A static helper method to create a new connectionstatic ActiveMQConnectionActiveMQConnection. makeConnection(String uri)A static helper method to create a new connectionstatic ActiveMQConnectionActiveMQConnection. makeConnection(String user, String password, String uri)A static helper method to create a new connectionActiveMQConnectionTransactionContext. setConnection(ActiveMQConnection connection)Methods in org.apache.activemq with parameters of type ActiveMQConnection Modifier and Type Method Description protected voidActiveMQConnectionFactory. configureConnection(ActiveMQConnection connection)ActiveMQConnectionTransactionContext. setConnection(ActiveMQConnection connection)static ActiveMQMessageActiveMQMessageTransformation. transformMessage(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 Constructor Description ActiveMQConnectionConsumer(ActiveMQConnection theConnection, ServerSessionPool theSessionPool, ConsumerInfo theConsumerInfo)Create a ConnectionConsumerActiveMQSession(ActiveMQConnection connection, SessionId sessionId, int acknowledgeMode, boolean asyncDispatch)ActiveMQSession(ActiveMQConnection connection, SessionId sessionId, int acknowledgeMode, boolean asyncDispatch, boolean sessionAsyncDispatch)Construct the SessionAdvisoryConsumer(ActiveMQConnection connection, ConsumerId consumerId)TransactionContext(ActiveMQConnection connection) -
Uses of ActiveMQConnection in org.apache.activemq.command
Fields in org.apache.activemq.command declared as ActiveMQConnection Modifier and Type Field Description protected ActiveMQConnectionActiveMQTempDestination. connectionMethods in org.apache.activemq.command that return ActiveMQConnection Modifier and Type Method Description ActiveMQConnectionActiveMQTempDestination. getConnection()ActiveMQConnectionMessage. getConnection()Methods in org.apache.activemq.command with parameters of type ActiveMQConnection Modifier and Type Method Description voidActiveMQTempDestination. setConnection(ActiveMQConnection connection)voidMessage. setConnection(ActiveMQConnection connection) -
Uses of ActiveMQConnection in org.apache.activemq.management
Methods in org.apache.activemq.management with parameters of type ActiveMQConnection Modifier and Type Method Description voidJMSStatsImpl. addConnection(ActiveMQConnection connection)voidJMSStatsImpl. removeConnection(ActiveMQConnection connection)
-