Lines Matching refs:object

158      * <BR>The default value is a null Integer object.
164 * <BR>The default value is a null Integer object.
186 * the threshold when a new object is added to the list and reset
259 * Gets the derived gauge of the specified object, if this object is
262 * @param object the name of the object whose derived gauge is to
265 * @return The derived gauge of the specified object.
269 public synchronized Number getDerivedGauge(ObjectName object) {
270 return (Number) super.getDerivedGauge(object);
274 * Gets the derived gauge timestamp of the specified object, if
275 * this object is contained in the set of observed MBeans, or
278 * @param object the name of the object whose derived gauge
281 * @return The derived gauge timestamp of the specified object.
285 public synchronized long getDerivedGaugeTimeStamp(ObjectName object) {
286 return super.getDerivedGaugeTimeStamp(object);
290 * Gets the current threshold value of the specified object, if
291 * this object is contained in the set of observed MBeans, or
294 * @param object the name of the object whose threshold is to be
297 * @return The threshold value of the specified object.
300 public synchronized Number getThreshold(ObjectName object) {
302 (CounterMonitorObservedObject) getObservedObject(object);
338 * <BR>The current threshold of every object in the set of
377 * Returns the derived gauge of the first object in the set of
395 * Gets the derived gauge timestamp of the first object in the set
413 * Gets the threshold value of the first object in the set of
596 * Returns a <CODE>NotificationInfo</CODE> object containing the
612 * Updates the derived gauge attribute of the observed object.
615 * @param o The observed object.
668 * Updates the notification attribute of the observed object
671 * @param o The observed object.
702 .append("\n\tNotification observed object = ")
720 * Updates the threshold attribute of the observed object.
721 * @param o The observed object.
793 * Sets the derived gauge of the specified observed object when the
799 * @param o The observed object.
841 ObservedObject createObservedObject(ObjectName object) {
843 new CounterMonitorObservedObject(object);
853 * "object" and "attribute" after checking that the type of the
858 synchronized boolean isComparableTypeValid(ObjectName object,
862 (CounterMonitorObservedObject) getObservedObject(object);
884 ObjectName object,
888 (CounterMonitorObservedObject) getObservedObject(object);
931 ObjectName object,
935 (CounterMonitorObservedObject) getObservedObject(object);
954 * object are of the same type as the counter. Only integer types are
959 * default value is an Integer object with a value equal to zero.
961 * @param object The observed object.
968 synchronized boolean isThresholdTypeValid(ObjectName object,
972 (CounterMonitorObservedObject) getObservedObject(object);