Remote version of the XASession
interface.
@Deprecated public interface RemoteXASession extends RemoteSession, Remote
Modifier and Type | Method and Description |
---|---|
void |
commit(Xid xid,
boolean onePhase)
Deprecated.
Remote version of the
XAResource.commit(Xid, boolean) method. |
void |
end(Xid xid,
int flags)
Deprecated.
Remote version of the
XAResource.end(Xid, int) method. |
void |
forget(Xid xid)
Deprecated.
Remote version of the
XAResource.forget(Xid) method. |
int |
getTransactionTimeout()
Deprecated.
Remote version of the
XAResource.getTransactionTimeout() method. |
int |
prepare(Xid xid)
Deprecated.
Remote version of the
XAResource.prepare(Xid) method. |
Xid[] |
recover(int flag)
Deprecated.
Remote version of the
XAResource.recover(int) method. |
void |
rollback(Xid xid)
Deprecated.
Remote version of the
XAResource.rollback(Xid) method. |
boolean |
setTransactionTimeout(int seconds)
Deprecated.
Remote version of the
XAResource.setTransactionTimeout(int) method. |
void |
start(Xid xid,
int flags)
Deprecated.
Remote version of the
XAResource.start(Xid, int) method. |
addLockToken, exportDocumentView, exportSystemView, getAccessControlManager, getAttribute, getAttributeNames, getItem, getLockTokens, getNamespacePrefix, getNamespacePrefixes, getNamespaceURI, getNode, getNodeByIdentifier, getNodeByUUID, getProperty, getRootNode, getUserID, getWorkspace, hasPendingChanges, hasPermission, impersonate, importXML, isLive, itemExists, logout, move, nodeExists, propertyExists, refresh, removeItem, removeLockToken, save, setNamespacePrefix
void commit(Xid xid, boolean onePhase) throws XAException, RemoteException
XAResource.commit(Xid, boolean)
method.XAException
RemoteException
void end(Xid xid, int flags) throws XAException, RemoteException
XAResource.end(Xid, int)
method.XAException
RemoteException
void forget(Xid xid) throws XAException, RemoteException
XAResource.forget(Xid)
method.XAException
RemoteException
int getTransactionTimeout() throws XAException, RemoteException
XAResource.getTransactionTimeout()
method.XAException
RemoteException
int prepare(Xid xid) throws XAException, RemoteException
XAResource.prepare(Xid)
method.XAException
RemoteException
Xid[] recover(int flag) throws XAException, RemoteException
XAResource.recover(int)
method.XAException
RemoteException
void rollback(Xid xid) throws XAException, RemoteException
XAResource.rollback(Xid)
method.XAException
RemoteException
boolean setTransactionTimeout(int seconds) throws XAException, RemoteException
XAResource.setTransactionTimeout(int)
method.XAException
RemoteException
void start(Xid xid, int flags) throws XAException, RemoteException
XAResource.start(Xid, int)
method.XAException
RemoteException
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.