Uses of Class
org.objectweb.jonas_jms.JConnection

Packages that use JConnection
org.objectweb.jonas_jms   
 

Uses of JConnection in org.objectweb.jonas_jms
 

Subclasses of JConnection in org.objectweb.jonas_jms
 class JQueueConnection
           
 class JTopicConnection
           
 

Fields in org.objectweb.jonas_jms declared as JConnection
protected  JConnection JSession.jconn
           
 

Methods in org.objectweb.jonas_jms that return JConnection
 JConnection JConnectionFactory.getJConnection()
          Get a Connection from the pool for an anonymous user
 JConnection JConnectionFactory.getJConnection(String user)
          Get a Connection from the pool for the specified user
 

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

Constructors in org.objectweb.jonas_jms with parameters of type JConnection
JQueueSession(JConnection jconn, XAQueueConnection xaqc)
          Constructor
JSession(JConnection jconn)
          Prepares the construction of a JSession.
JSession(JConnection jconn, XAConnection xac)
          Constructor
JTopicSession(JConnection jconn, XATopicConnection xatc)
          Constructor
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.