| java.lang.Object com.tc.objectserver.tx.TransactionAccountImpl
TransactionAccountImpl | public class TransactionAccountImpl implements TransactionAccount(Code) | | An account of the state of a given transaction. Keeps track of the initiating client, the state of the transaction
(applied, committed, etc), clients the transaction has been broadcast to, and clients that have ACKed the
transaction.
|
TransactionAccountImpl | public TransactionAccountImpl(NodeID source)(Code) | | |
addAllPendingServerTransactionIDsTo | public void addAllPendingServerTransactionIDsTo(HashSet txnIDs)(Code) | | |
incommingTransactions | public void incommingTransactions(Set txnIDs)(Code) | | |
nodeDead | public void nodeDead(CallBackOnComplete cb)(Code) | | |
|
|