Package org.apache.jackrabbit.spi
Interface XASessionInfo
-
- All Superinterfaces:
SessionInfo
public interface XASessionInfo extends SessionInfo
XASessionInfo
extends theSessionInfo
and provides access to the XAResource of the session info.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XAResource
getXAResource()
Retrieves anXAResource
object that the transaction manager will use to manage thisXASessionInfo
object's participation in a distributed transaction.-
Methods inherited from interface org.apache.jackrabbit.spi.SessionInfo
addLockToken, getLockTokens, getUserID, getWorkspaceName, removeLockToken, setUserData
-
-
-
-
Method Detail
-
getXAResource
XAResource getXAResource()
Retrieves anXAResource
object that the transaction manager will use to manage thisXASessionInfo
object's participation in a distributed transaction.- Returns:
- the
XAResource
object.
-
-