Interface IGaugeMonitorMBean
- Namespace
- Javax.Management.Monitor
- Assembly
- MASES.JNet.dll
.NET interface for TO BE DEFINED FROM USER
public interface IGaugeMonitorMBean : IMonitorMBean
- Inherited Members
Properties
DifferenceMode
https://docs.oracle.com/en/java/javase/11/docs/api/java.management/javax/management/monitor/GaugeMonitorMBean.html#getDifferenceMode() https://docs.oracle.com/en/java/javase/11/docs/api/java.management/javax/management/monitor/GaugeMonitorMBean.html#setDifferenceMode(boolean)
bool DifferenceMode { get; set; }
Property Value
HighThreshold
Number HighThreshold { get; }
Property Value
LowThreshold
Number LowThreshold { get; }
Property Value
NotifyHigh
https://docs.oracle.com/en/java/javase/11/docs/api/java.management/javax/management/monitor/GaugeMonitorMBean.html#getNotifyHigh() https://docs.oracle.com/en/java/javase/11/docs/api/java.management/javax/management/monitor/GaugeMonitorMBean.html#setNotifyHigh(boolean)
bool NotifyHigh { get; set; }
Property Value
NotifyLow
https://docs.oracle.com/en/java/javase/11/docs/api/java.management/javax/management/monitor/GaugeMonitorMBean.html#getNotifyLow() https://docs.oracle.com/en/java/javase/11/docs/api/java.management/javax/management/monitor/GaugeMonitorMBean.html#setNotifyLow(boolean)
bool NotifyLow { get; set; }
Property Value
Methods
GetDerivedGauge(ObjectName)
Number GetDerivedGauge(ObjectName arg0)
Parameters
arg0
ObjectName
Returns
GetDerivedGaugeTimeStamp(ObjectName)
long GetDerivedGaugeTimeStamp(ObjectName arg0)
Parameters
arg0
ObjectName
Returns
SetThresholds(Number, Number)
void SetThresholds(Number arg0, Number arg1)