Searched defs:setAlreadyNotified (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DMonitor.java97 public final synchronized void setAlreadyNotified(int alreadyNotified) { method in class:Monitor.ObservedObject
517 o.setAlreadyNotified(RESET_FLAGS_ALREADY_NOTIFIED);
1017 synchronized void setAlreadyNotified(ObservedObject o, int index, method in class:Monitor
1022 o.setAlreadyNotified(o.getAlreadyNotified() | mask);
1033 o.setAlreadyNotified(o.getAlreadyNotified() & ~mask);
1047 o.setAlreadyNotified(RESET_FLAGS_ALREADY_NOTIFIED);
1163 setAlreadyNotified(
1174 setAlreadyNotified(o, index, RUNTIME_ERROR_NOTIFIED, an);
1189 setAlreadyNotified(
1204 setAlreadyNotified(
[all...]

Completed in 186 milliseconds