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 voidJCAManagedConnection. closeHandle(JCASessionHandle handle)Close the handle.SessionJCAManagedConnection. getSession(JCASessionHandle handle)Return the session.voidJCAManagedConnection. sendrrorEvent(JCASessionHandle handle, Exception cause)Send connection error event.voidJCAManagedConnection. sendTxCommittedEvent(JCASessionHandle handle)Send transaction committed event.voidJCAManagedConnection. sendTxRolledbackEvent(JCASessionHandle handle)Send transaction rolledback event.voidJCAManagedConnection. sendTxStartedEvent(JCASessionHandle handle)Send transaction started event. 
 -