Uses of Class
org.objectweb.joram.client.jms.Connection

Packages that use Connection
org.objectweb.joram.client.jms The org.objectweb.joram.client.jms package holds the classes implementing the interfaces defined by the JMS 1.1 specification. 
org.objectweb.joram.client.jms.connection   
org.objectweb.joram.client.jms.pool   
 

Uses of Connection in org.objectweb.joram.client.jms
 

Subclasses of Connection in org.objectweb.joram.client.jms
 class QueueConnection
          Implements the javax.jms.QueueConnection interface.
 class TopicConnection
          Implements the javax.jms.TopicConnection interface.
 class XAConnection
          Connection used within global transactions; an instance of this class acts as a resource manager.
 class XAQueueConnection
          Implements the javax.jms.XAQueueConnection interface.
 class XATopicConnection
          Implements the javax.jms.XATopicConnection interface.
 

Fields in org.objectweb.joram.client.jms declared as Connection
(package private)  Connection XAResourceMngr.cnx
          The connection this manager belongs to.
private  Connection TemporaryTopic.cnx
          The connection the topic belongs to, null if not known.
private  Connection TemporaryQueue.cnx
          The connection the queue belongs to, null if not known.
private  Connection Session.cnx
          The connection the session belongs to.
private  Connection MultiSessionConsumer.cnx
           
 

Methods in org.objectweb.joram.client.jms that return Connection
(package private)  Connection TemporaryTopic.getCnx()
          Returns the connection this temporary topic belongs to, null if not known.
 Connection TemporaryQueue.getCnx()
          Returns the connection this temporary queue belongs to, null if not known.
(package private)  Connection Session.getConnection()
           
 

Constructors in org.objectweb.joram.client.jms with parameters of type Connection
MultiSessionConsumer(boolean queueMode, boolean durable, java.lang.String selector, java.lang.String targetName, javax.jms.ServerSessionPool sessionPool, int queueMessageReadMax, int topicActivationThreshold, int topicPassivationThreshold, int topicAckBufferMax, RequestMultiplexer reqMultiplexer, Connection connection, int maxMessages)
           
QueueSession(Connection cnx, boolean transacted, int acknowledgeMode, RequestMultiplexer mtpx)
          Constructs a queue session.
Session(Connection cnx, boolean transacted, int acknowledgeMode, RequestMultiplexer mtpx)
          Opens a session.
TemporaryQueue(java.lang.String agentId, Connection cnx)
          Constructs a temporary queue.
TemporaryTopic(java.lang.String agentId, Connection cnx)
          Constructs a temporary topic.
TopicSession(Connection cnx, boolean transacted, int acknowledgeMode, RequestMultiplexer mtpx)
          Constructs a topic session.
XAResourceMngr(Connection cnx)
          Creates a XAResourceMngr instance.
XASession(Connection cnx, Session sess, XAResourceMngr rm)
          Constructs an XASession.
 

Uses of Connection in org.objectweb.joram.client.jms.connection
 

Fields in org.objectweb.joram.client.jms.connection declared as Connection
private  Connection RequestMultiplexer.cnx
           
 

Constructors in org.objectweb.joram.client.jms.connection with parameters of type Connection
RequestMultiplexer(Connection cnx, RequestChannel channel, long heartBeat)
           
 

Uses of Connection in org.objectweb.joram.client.jms.pool
 

Fields in org.objectweb.joram.client.jms.pool declared as Connection
(package private)  Connection PooledConnection.delegate
          The underlying connection to Joram's server
 



Copyright © 2010 ScalAgent D.T.. All Rights Reserved.