예제 #1
0
 public void clear() throws CAException {
   assertValidity();
   try {
     _jnicontext.ch_clearMonitor(this);
   } catch (JNIException jnie) {
     throw new CAException("Unable to clear monitor", jnie);
   }
 }