Lines Matching defs:an

67  * A monitor MBean monitors values of an attribute common to a set of observed
269 * <p>Each element in this array corresponds to an observed object
280 * monitor MBean is not registered in an MBean server. This
559 * Returns an array containing the objects being observed.
1010 int mask, int an[]) {
1011 final int i = computeAlreadyNotifiedIndex(o, index, an);
1035 int index, int an[]) {
1036 final int i = computeAlreadyNotifiedIndex(o, index, an);
1048 int index, int an[]) {
1049 if (an == alreadyNotifieds) {
1076 * an error notification or an alarm notification.
1113 private void monitor(ObservedObject o, int index, int an[]) {
1155 o, index, OBSERVED_ATTRIBUTE_TYPE_ERROR_NOTIFIED, an);
1164 setAlreadyNotified(o, index, RUNTIME_ERROR_NOTIFIED, an);
1167 "server or an MBeanServerConnection must be " +
1178 o, index, OBSERVED_OBJECT_ERROR_NOTIFIED, an);
1191 o, index, OBSERVED_ATTRIBUTE_ERROR_NOTIFIED, an);
1203 setAlreadyNotified(o, index, RUNTIME_ERROR_NOTIFIED, an);
1213 setAlreadyNotified(o, index, RUNTIME_ERROR_NOTIFIED, an);
1223 setAlreadyNotified(o, index, RUNTIME_ERROR_NOTIFIED, an);
1233 setAlreadyNotified(o, index, RUNTIME_ERROR_NOTIFIED, an);
1272 OBSERVED_ATTRIBUTE_TYPE_ERROR_NOTIFIED, an);
1285 o, index, OBSERVED_ATTRIBUTE_ERROR_NOTIFIED, an);
1298 RUNTIME_ERROR_NOTIFIED, an);
1317 OBSERVED_ATTRIBUTE_TYPE_ERROR_NOTIFIED, an);
1333 THRESHOLD_ERROR_NOTIFIED, an);
1351 RUNTIME_ERROR_NOTIFIED, an);
1363 resetAllAlreadyNotified(o, index, an);
1374 // Check if an alarm must be fired.
1488 // Find out if there's already an existing executor for the calling
1542 final int an[] = alreadyNotifieds;
1546 Monitor.this.monitor(o, index++, an);
1573 * This factory creates all new threads used by an Executor in