Package org.apache.jackrabbit.spi
Interface XASessionInfo
- All Superinterfaces:
SessionInfo
XASessionInfo extends the SessionInfo and provides
access to the XAResource of the session info.-
Method Summary
Modifier and TypeMethodDescriptionRetrieves anXAResourceobject that the transaction manager will use to manage thisXASessionInfoobject's participation in a distributed transaction.Methods inherited from interface org.apache.jackrabbit.spi.SessionInfo
addLockToken, getLockTokens, getUserID, getWorkspaceName, removeLockToken, setUserData
-
Method Details
-
getXAResource
XAResource getXAResource()Retrieves anXAResourceobject that the transaction manager will use to manage thisXASessionInfoobject's participation in a distributed transaction.- Returns:
- the
XAResourceobject.
-