|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActiveMQConnection | |
---|---|
org.apache.activemq | The core JMS client API implementation classes. |
org.apache.activemq.camel | Defines a JMS client which is capable of sending and receiving messages to Camel endpoints to provide Enterprise Integration Patterns integration in any JMS client application. |
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(String userName,
String password)
|
protected ActiveMQConnection |
ActiveMQConnectionFactory.createActiveMQConnection(Transport transport,
JMSStatsImpl stats)
|
protected ActiveMQConnection |
ActiveMQXAConnectionFactory.createActiveMQConnection(Transport transport,
JMSStatsImpl stats)
|
ActiveMQConnection |
TransactionContext.getConnection()
|
ActiveMQConnection |
ActiveMQSession.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 | |
---|---|
protected void |
ActiveMQConnectionFactory.configureConnection(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 | |
---|---|
ActiveMQConnectionConsumer(ActiveMQConnection theConnection,
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<String,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.camel |
---|
Subclasses of ActiveMQConnection in org.apache.activemq.camel | |
---|---|
class |
CamelConnection
|
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()
|
Methods in org.apache.activemq.pool with parameters of type ActiveMQConnection | |
---|---|
protected ConnectionPool |
PooledConnectionFactory.createConnectionPool(ActiveMQConnection connection)
|
protected ConnectionPool |
XaPooledConnectionFactory.createConnectionPool(ActiveMQConnection connection)
|
protected ConnectionPool |
JcaPooledConnectionFactory.createConnectionPool(ActiveMQConnection connection)
|
Constructors in org.apache.activemq.pool with parameters of type ActiveMQConnection | |
---|---|
ConnectionPool(ActiveMQConnection connection,
Map<SessionKey,SessionPool> cache,
ObjectPoolFactory poolFactory)
|
|
ConnectionPool(ActiveMQConnection connection,
ObjectPoolFactory poolFactory)
|
|
JcaConnectionPool(ActiveMQConnection connection,
ObjectPoolFactory poolFactory,
TransactionManager transactionManager,
String name)
|
|
XaConnectionPool(ActiveMQConnection connection,
ObjectPoolFactory poolFactory,
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 |
MessageResourceAdapter.makeConnection(ActiveMQConnectionRequestInfo info)
|
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 |
MessageResourceAdapter.makeConnection(MessageActivationSpec activationSpec)
|
ActiveMQConnection |
ActiveMQResourceAdapter.makeConnection(MessageActivationSpec activationSpec)
|
Constructors in org.apache.activemq.ra with parameters of type ActiveMQConnection | |
---|---|
ActiveMQManagedConnection(Subject subject,
ActiveMQConnection physicalConnection,
ActiveMQConnectionRequestInfo info)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |