com.hazelcast.client.txn.proxy.xa
Class XATransactionProxy
java.lang.Object
com.hazelcast.client.txn.proxy.xa.XATransactionProxy
public class XATransactionProxy
- extends Object
This class does not need to be thread-safe, it is only used via XAResource
All visibility guarantees handled by XAResource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XATransactionProxy
public XATransactionProxy(HazelcastClientInstanceImpl client,
ClientConnection connection,
Xid xid,
int timeout)
getTxnId
public String getTxnId()
getState
public Transaction.State getState()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.