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

/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DMonitor.java263 * @deprecated equivalent to {@link #alreadyNotifieds}[0].
278 protected int alreadyNotifieds[] = new int[capacityIncrement]; field in class:Monitor
293 * This flag is used to reset the {@link #alreadyNotifieds
294 * alreadyNotifieds} monitor attribute.
975 alreadyNotifieds = new int[elementCount];
977 alreadyNotifieds[i] = observedObjects.get(i).getAlreadyNotified();
987 alreadyNotified = alreadyNotifieds[0];
993 * Update the {@link #alreadyNotifieds} array element at the given index
999 alreadyNotifieds[index] = o.getAlreadyNotified();
1005 * Check if the given bits in the given element of {@link #alreadyNotifieds}
[all...]

Completed in 28 milliseconds