コード例 #1
0
 protected void updateObject(Region aRegion) {
   super.updateObject(aRegion);
   // We cannot check counters until commit time with tx
   if (!useTransactions) {
     checkEventCounters();
   }
 }