Uses of Class
org.apache.jackrabbit.jca.JCAManagedConnection

Packages that use JCAManagedConnection
org.apache.jackrabbit.jca   
 

Uses of JCAManagedConnection in org.apache.jackrabbit.jca
 

Methods in org.apache.jackrabbit.jca that return JCAManagedConnection
 JCAManagedConnection JCASessionHandle.getManagedConnection()
          Return the managed connection.
 

Methods in org.apache.jackrabbit.jca with parameters of type JCAManagedConnection
 void JCASessionHandle.setManagedConnection(JCAManagedConnection mc)
          Set the managed connection.
 

Constructors in org.apache.jackrabbit.jca with parameters of type JCAManagedConnection
JCASessionHandle(JCAManagedConnection mc)
          Construct a new session.
TransactionBoundXAResource(JCAManagedConnection connection, XAResource xaResource)
           
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.