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 javax.transaction.xa.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 
 - 
 
 -