XASession interface extends the capability of Session by adding access to a JCR repository's support for the Java Transaction API (JTA). This support takes the form of a javax.transaction.xa.XAResource object. The functionality of this object closely resembles that defined by the standard X/Open XA Resource interface.
This interface is used by the transaction manager; an application does not use it directly.
| |
| |
| |
| |
| |
| |