Ejemplo n.º 1
0
 /** Stop stack. Clear all the timer stuff. */
 public void stopStack() {
   this.notifyPendingRecordScanner();
   this.timer.cancel();
   this.pendingTransactions.clear();
   super.stopStack();
   // PC 2.0 Notify the PendingRecordScanner to clean up
   this.notifyPendingRecordScanner();
 }