Searched refs:RUNTIME_ERROR_NOTIFIED (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DMonitor.java330 protected static final int RUNTIME_ERROR_NOTIFIED = 8; field in class:Monitor
1170 if (isAlreadyNotified(o, RUNTIME_ERROR_NOTIFIED))
1174 setAlreadyNotified(o, index, RUNTIME_ERROR_NOTIFIED, an);
1215 if (isAlreadyNotified(o, RUNTIME_ERROR_NOTIFIED))
1219 setAlreadyNotified(o, index, RUNTIME_ERROR_NOTIFIED, an);
1227 if (isAlreadyNotified(o, RUNTIME_ERROR_NOTIFIED)) {
1231 setAlreadyNotified(o, index, RUNTIME_ERROR_NOTIFIED, an);
1239 if (isAlreadyNotified(o, RUNTIME_ERROR_NOTIFIED))
1243 setAlreadyNotified(o, index, RUNTIME_ERROR_NOTIFIED, an);
1251 if (isAlreadyNotified(o, RUNTIME_ERROR_NOTIFIED))
[all...]

Completed in 24 milliseconds