|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActiveMQConnection | |
org.codehaus.activemq | The core JMS client implementation classes |
org.codehaus.activemq.management | An implementation of the J2EE Management API |
org.codehaus.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.codehaus.activemq |
Subclasses of ActiveMQConnection in org.codehaus.activemq | |
class |
ActiveMQXAConnection
The XAConnection interface extends the capability of Connection by providing an XASession (optional). |
Fields in org.codehaus.activemq declared as ActiveMQConnection | |
protected ActiveMQConnection |
ActiveMQSession.connection
|
Methods in org.codehaus.activemq that return ActiveMQConnection | |
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.codehaus.activemq with parameters of type ActiveMQConnection | |
(package private) void |
ActiveMQConnectionFactory.onConnectionClose(ActiveMQConnection connection)
Called when a connection is closed so that we can shut down any embedded brokers cleanly |
(package private) void |
ActiveMQConnectionFactory.onConnectionCreate(ActiveMQConnection connection)
|
Constructors in org.codehaus.activemq with parameters of type ActiveMQConnection | |
ActiveMQConnectionConsumer(ActiveMQConnection theConnection,
ServerSessionPool theSessionPool,
ConsumerInfo theConsumerInfo,
int theMaximumMessages)
Create a ConnectionConsumer |
|
ActiveMQSession(ActiveMQConnection theConnection,
int theAcknowledgeMode)
Construct the Session |
Uses of ActiveMQConnection in org.codehaus.activemq.management |
Methods in org.codehaus.activemq.management with parameters of type ActiveMQConnection | |
void |
JMSStatsImpl.addConnection(ActiveMQConnection connection)
|
void |
JMSStatsImpl.removeConnection(ActiveMQConnection connection)
|
Uses of ActiveMQConnection in org.codehaus.activemq.web |
Methods in org.codehaus.activemq.web that return ActiveMQConnection | |
ActiveMQConnection |
WebClient.getConnection()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |