Table of Contents

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

bool DifferenceMode { get; set; }

Property Value

bool

HighThreshold

Number HighThreshold { get; }

Property Value

Number

LowThreshold

Number LowThreshold { get; }

Property Value

Number

NotifyHigh

bool NotifyHigh { get; set; }

Property Value

bool

NotifyLow

bool NotifyLow { get; set; }

Property Value

bool

Methods

GetDerivedGauge(ObjectName)

Number GetDerivedGauge(ObjectName arg0)

Parameters

arg0 ObjectName

ObjectName

Returns

Number

Number

GetDerivedGaugeTimeStamp(ObjectName)

long GetDerivedGaugeTimeStamp(ObjectName arg0)

Parameters

arg0 ObjectName

ObjectName

Returns

long

long

SetThresholds(Number, Number)

void SetThresholds(Number arg0, Number arg1)

Parameters

arg0 Number

Number

arg1 Number

Number

Exceptions

IllegalArgumentException