| java.lang.Object com.tc.objectserver.tx.ResentTransactionSequencer
ResentTransactionSequencer | public class ResentTransactionSequencer implements ServerTransactionListener(Code) | | The whole purpose of this class is to reorder "resent" transactions so that they are broadcased in the exact same
order as before (the server crash)
|
addResentServerTransactionIDs | public synchronized void addResentServerTransactionIDs(Collection stxIDs)(Code) | | |
clearAllTransactionsFor | public synchronized void clearAllTransactionsFor(NodeID deadNode)(Code) | | |
goToActiveMode | public synchronized void goToActiveMode()(Code) | | |
incomingTransactions | public void incomingTransactions(NodeID source, Set serverTxnIDs)(Code) | | |
transactionManagerStarted | public synchronized void transactionManagerStarted(Set cids)(Code) | | |
|
|