Interface IGaugeMonitorMBean
- Namespace
- Javax.Management.Monitor
- Assembly
- MASES.JNet.dll
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/management/monitor/GaugeMonitorMBean.html
public interface IGaugeMonitorMBean : IMonitorMBean
- Inherited Members
Properties
DifferenceMode
https://docs.oracle.com/javase/8/docs/api/javax/management/monitor/GaugeMonitorMBean.html#getDifferenceMode-- https://docs.oracle.com/javase/8/docs/api/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/javase/8/docs/api/javax/management/monitor/GaugeMonitorMBean.html#getNotifyHigh-- https://docs.oracle.com/javase/8/docs/api/javax/management/monitor/GaugeMonitorMBean.html#setNotifyHigh-boolean-
bool NotifyHigh { get; set; }
Property Value
NotifyLow
https://docs.oracle.com/javase/8/docs/api/javax/management/monitor/GaugeMonitorMBean.html#getNotifyLow-- https://docs.oracle.com/javase/8/docs/api/javax/management/monitor/GaugeMonitorMBean.html#setNotifyLow-boolean-
bool NotifyLow { get; set; }
Property Value
Methods
GetDerivedGauge(ObjectName)
Number GetDerivedGauge(ObjectName arg0)
Parameters
arg0ObjectName
Returns
GetDerivedGaugeTimeStamp(ObjectName)
long GetDerivedGaugeTimeStamp(ObjectName arg0)
Parameters
arg0ObjectName
Returns
SetThresholds(Number, Number)
void SetThresholds(Number arg0, Number arg1)