Uses of Class
org.apache.jackrabbit.jca.JCAManagedConnection
-
Packages that use JCAManagedConnection Package Description org.apache.jackrabbit.jca -
-
Uses of JCAManagedConnection in org.apache.jackrabbit.jca
Methods in org.apache.jackrabbit.jca that return JCAManagedConnection Modifier and Type Method Description JCAManagedConnection
JCASessionHandle. getManagedConnection()
Return the managed connection.Methods in org.apache.jackrabbit.jca with parameters of type JCAManagedConnection Modifier and Type Method Description void
JCASessionHandle. setManagedConnection(JCAManagedConnection mc)
Set the managed connection.Constructors in org.apache.jackrabbit.jca with parameters of type JCAManagedConnection Constructor Description JCASessionHandle(JCAManagedConnection mc)
Construct a new session.TransactionBoundXAResource(JCAManagedConnection connection, XAResource xaResource)
-