protected void addObjectViaPutAll(Region aRegion, boolean aBoolean) {
   super.addObjectViaPutAll(aRegion, aBoolean);
   // We cannot check counters until commit time with tx
   if (!useTransactions) {
     checkEventCounters();
   }
 }