Package | Description |
---|---|
org.apache.jackrabbit.jca |
Modifier and Type | Method and Description |
---|---|
void |
JCAManagedConnection.closeHandle(JCASessionHandle handle)
Close the handle.
|
javax.jcr.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.
|
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.