Package org.apache.jackrabbit.spi
Interface XASessionInfo
-
- All Superinterfaces:
SessionInfo
public interface XASessionInfo extends SessionInfo
XASessionInfoextends theSessionInfoand provides access to the XAResource of the session info.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XAResourcegetXAResource()Retrieves 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 Detail
-
getXAResource
XAResource getXAResource()
Retrieves anXAResourceobject that the transaction manager will use to manage thisXASessionInfoobject's participation in a distributed transaction.- Returns:
- the
XAResourceobject.
-
-