Uses of Class
org.codehaus.activemq.ActiveMQConnection

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.transport The transport abstraction layer for sending and receiving Packets over a network  
 

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
 

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.transport
 

Fields in org.codehaus.activemq.transport declared as ActiveMQConnection
protected  ActiveMQConnection NetworkChannel.localConnection
           
protected  ActiveMQConnection NetworkChannel.remoteConnection
           
 

Methods in org.codehaus.activemq.transport that return ActiveMQConnection
 ActiveMQConnection NetworkChannel.getLocalConnection()
           
 ActiveMQConnection NetworkChannel.getRemoteConnection()
           
 



Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.