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