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 APIorg.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 Modifier and Type Class Description class
ActiveMQXAConnection
The 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 ActiveMQConnection
ActiveMQSession. connection
Methods in org.apache.activemq that return ActiveMQConnection Modifier and Type Method Description 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)
protected ActiveMQConnection
ActiveMQXASslConnectionFactory. createActiveMQConnection(Transport transport, JMSStatsImpl stats)
ActiveMQConnection
ActiveMQSession. getConnection()
ActiveMQConnection
TransactionContext. getConnection()
static ActiveMQConnection
ActiveMQConnection. makeConnection()
A static helper method to create a new connectionstatic ActiveMQConnection
ActiveMQConnection. makeConnection(String uri)
A static helper method to create a new connectionstatic ActiveMQConnection
ActiveMQConnection. makeConnection(String user, String password, String uri)
A static helper method to create a new connectionActiveMQConnection
TransactionContext. setConnection(ActiveMQConnection connection)
Methods in org.apache.activemq with parameters of type ActiveMQConnection Modifier and Type Method Description protected void
ActiveMQConnectionFactory. configureConnection(ActiveMQConnection connection)
ActiveMQConnection
TransactionContext. setConnection(ActiveMQConnection connection)
static ActiveMQMessage
ActiveMQMessageTransformation. 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 ActiveMQConnection
ActiveMQTempDestination. connection
Methods in org.apache.activemq.command that return ActiveMQConnection Modifier and Type Method Description ActiveMQConnection
ActiveMQTempDestination. getConnection()
ActiveMQConnection
Message. getConnection()
Methods in org.apache.activemq.command with parameters of type ActiveMQConnection Modifier and Type Method Description 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 Modifier and Type Method Description void
JMSStatsImpl. addConnection(ActiveMQConnection connection)
void
JMSStatsImpl. removeConnection(ActiveMQConnection connection)
-
Uses of ActiveMQConnection in org.apache.activemq.ra
Methods in org.apache.activemq.ra that return ActiveMQConnection Modifier and Type Method Description protected ActiveMQConnection
ActiveMQEndpointWorker. getConnection()
ActiveMQConnection
ActiveMQConnectionSupport. makeConnection(ActiveMQConnectionRequestInfo connectionRequestInfo)
Creates a new physical connection to an Active MQ broker identified by given connection request information.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()
ActiveMQConnection
ActiveMQResourceAdapter. makeConnection(MessageActivationSpec activationSpec)
ActiveMQConnection
MessageResourceAdapter. makeConnection(ActiveMQConnectionRequestInfo info)
ActiveMQConnection
MessageResourceAdapter. makeConnection(MessageActivationSpec activationSpec)
Methods in org.apache.activemq.ra with parameters of type ActiveMQConnection Modifier and Type Method Description void
ActiveMQEndpointWorker. setConnection(ActiveMQConnection activeMQConnection)
Constructors in org.apache.activemq.ra with parameters of type ActiveMQConnection Constructor Description ActiveMQManagedConnection(Subject subject, ActiveMQConnection physicalConnection, ActiveMQConnectionRequestInfo info)
-