|
||||||||||
| 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 |
| 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 |
ActiveMQXAConnectionFactory.createActiveMQConnection(Transport transport,
JMSStatsImpl stats)
|
protected ActiveMQConnection |
ActiveMQConnectionFactory.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(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,
long timeout)
|
|
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.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||