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