public interface XASessionInfo extends SessionInfo
XASessionInfo
extends the SessionInfo
and provides
access to the XAResource of the session info.Modifier and Type | Method and Description |
---|---|
XAResource |
getXAResource()
Retrieves an
XAResource object that the transaction manager
will use to manage this XASessionInfo object's participation
in a distributed transaction. |
addLockToken, getLockTokens, getUserID, getWorkspaceName, removeLockToken, setUserData
XAResource getXAResource()
XAResource
object that the transaction manager
will use to manage this XASessionInfo
object's participation
in a distributed transaction.XAResource
object.Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.