示例#1
0
 public HandlerAnonymousInnerClass(ResponsePackerTest outerInstance, long targetTransactionId, TransactionIdStore transactionIdStore, AtomicLong nextExpectedVisit)
 {
     this.outerInstance        = outerInstance;
     this._targetTransactionId = targetTransactionId;
     this._transactionIdStore  = transactionIdStore;
     this._nextExpectedVisit   = nextExpectedVisit;
 }
示例#2
0
 public EndlessCursor(ResponsePackerTest outerInstance, long txId)
 {
     this._outerInstance = outerInstance;
     this.TxId           = txId;
 }