Uses of Class
org.apache.jackrabbit.jca.JCASessionHandle
-
Packages that use JCASessionHandle Package Description org.apache.jackrabbit.jca -
-
Uses of JCASessionHandle in org.apache.jackrabbit.jca
Methods in org.apache.jackrabbit.jca with parameters of type JCASessionHandle Modifier and Type Method Description void
JCAManagedConnection. closeHandle(JCASessionHandle handle)
Close the handle.Session
JCAManagedConnection. getSession(JCASessionHandle handle)
Return the session.void
JCAManagedConnection. sendrrorEvent(JCASessionHandle handle, Exception cause)
Send connection error event.void
JCAManagedConnection. sendTxCommittedEvent(JCASessionHandle handle)
Send transaction committed event.void
JCAManagedConnection. sendTxRolledbackEvent(JCASessionHandle handle)
Send transaction rolledback event.void
JCAManagedConnection. sendTxStartedEvent(JCASessionHandle handle)
Send transaction started event.
-