Uses of Class
org.objectweb.joram.client.connector.OutboundConnection

Packages that use OutboundConnection
org.objectweb.joram.client.connector   
 

Uses of OutboundConnection in org.objectweb.joram.client.connector
 

Subclasses of OutboundConnection in org.objectweb.joram.client.connector
 class OutboundQueueConnection
          An OutboundQueueConnection instance is a handler for a physical PTP connection to an underlying JORAM server, allowing a component to transparently use this physical connection possibly within a transaction (local or global).
 class OutboundTopicConnection
          An OutboundTopicConnection instance is a handler for a physical PubSub connection to an underlying JORAM server, allowing a component to transparently use this physical connection possibly within a transaction (local or global).
 

Fields in org.objectweb.joram.client.connector declared as OutboundConnection
protected  OutboundConnection OutboundSession.cnx
          The OutboundConnection the session belongs to.
 

Methods in org.objectweb.joram.client.connector with parameters of type OutboundConnection
(package private)  void ManagedConnectionImpl.closeHandle(OutboundConnection handle)
          Notifies of the closing of one of the connection handles.
 

Constructors in org.objectweb.joram.client.connector with parameters of type OutboundConnection
OutboundQueueSession(javax.jms.Session sess, OutboundConnection cnx)
          Constructs an OutboundQueueSession instance.
OutboundQueueSession(javax.jms.Session sess, OutboundConnection cnx, boolean transacted)
          Constructs an OutboundQueueSession instance.
OutboundSession(javax.jms.Session sess, OutboundConnection cnx)
          Constructs an OutboundSession instance.
OutboundSession(javax.jms.Session sess, OutboundConnection cnx, boolean transacted)
          Constructs an OutboundSession instance.
OutboundTopicSession(javax.jms.Session sess, OutboundConnection cnx)
          Constructs an OutboundTopicSession instance.
OutboundTopicSession(javax.jms.Session sess, OutboundConnection cnx, boolean transacted)
          Constructs an OutboundTopicSession instance.
 



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