Uses of Class
org.ow2.jotm.jms.JConnection

Packages that use JConnection
org.ow2.jotm.jms   
 

Uses of JConnection in org.ow2.jotm.jms
 

Subclasses of JConnection in org.ow2.jotm.jms
 class JQueueConnection
           
 class JTopicConnection
           
 

Fields in org.ow2.jotm.jms declared as JConnection
protected  JConnection JSession.jconn
           
 

Methods in org.ow2.jotm.jms that return JConnection
 JConnection JConnectionFactory.getJConnection(String user)
          Get a Connection from the pool for the specified user
 

Methods in org.ow2.jotm.jms with parameters of type JConnection
 void JConnectionFactory.freeJConnection(JConnection con)
          Free a Connection and return it to the pool
 

Constructors in org.ow2.jotm.jms with parameters of type JConnection
JQueueSession(JConnection jconn, XAQueueConnection xaqc, org.objectweb.util.monolog.api.Logger logger)
          Constructor
JSession(JConnection jconn, org.objectweb.util.monolog.api.Logger logger)
          Prepares the construction of a JSession.
JSession(JConnection jconn, XAConnection xac, org.objectweb.util.monolog.api.Logger logger)
          Constructor
JTopicSession(JConnection jconn, XATopicConnection xatc, org.objectweb.util.monolog.api.Logger logger)
          Constructor
 



Copyright ? 2005-2010 OW2 Consortium. All Rights Reserved.