Java javax.management.monitor GaugeMonitor fields, constructors, methods, implement or subclass

Example usage for Java javax.management.monitor GaugeMonitor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.management.monitor GaugeMonitor.

The text is from its open source code.

Constructor

GaugeMonitor()
Default constructor.

Method

voidaddObservedObject(ObjectName object)
Adds the specified object in the set of observed MBeans, if this object is not already present.
voidsetNotifyHigh(boolean value)
Sets the high notification's on/off switch value common to all observed MBeans.
voidsetObservedAttribute(String attribute)
Sets the attribute to observe.
voidsetThresholds(Number highValue, Number lowValue)
Sets the high and the low threshold values common to all observed MBeans.
voidstart()
Starts the gauge monitor.