org.apache.jackrabbit.spi
Interface XASessionInfo

All Superinterfaces:
SessionInfo

public interface XASessionInfo
extends SessionInfo

XASessionInfo extends the SessionInfo and provides access to the XAResource of the session info.


Method Summary
 javax.transaction.xa.XAResource getXAResource()
          Retrieves an XAResource object that the transaction manager will use to manage this XASessionInfo 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

javax.transaction.xa.XAResource getXAResource()
Retrieves an XAResource object that the transaction manager will use to manage this XASessionInfo object's participation in a distributed transaction.

Returns:
the XAResource object.


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.