| java.lang.Object com.tc.objectserver.tx.ServerTransactionImpl
All known Subclasses: com.tc.objectserver.tx.PassiveServerTransactionImpl,
ServerTransactionImpl | public class ServerTransactionImpl implements ServerTransaction(Code) | | Represents an atomic change to the states of objects on the server
author: steve |
Constructor Summary | |
public | ServerTransactionImpl(GlobalTransactionIDGenerator gtxm, TxnBatchID batchID, TransactionID txID, SequenceID sequenceID, LockID[] lockIDs, NodeID source, List dnas, ObjectStringSerializer serializer, Map newRoots, TxnType transactionType, Collection notifies, DmiDescriptor[] dmis) |
ServerTransactionImpl | public ServerTransactionImpl(GlobalTransactionIDGenerator gtxm, TxnBatchID batchID, TransactionID txID, SequenceID sequenceID, LockID[] lockIDs, NodeID source, List dnas, ObjectStringSerializer serializer, Map newRoots, TxnType transactionType, Collection notifies, DmiDescriptor[] dmis)(Code) | | |
getNewObjectIDs | public Set getNewObjectIDs()(Code) | | |
needsBroadcast | public boolean needsBroadcast()(Code) | | |
|
|