Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module : java.management - Package : javax.management.monitor
Version documentée : Java SE 17

Interface « GaugeMonitorMBean »

Informations générales

Liste des attributs

Tous les attributs Attributs d'instance Attributs statiques Attributs dépréciés
QualificateursTypeNomDescription

Liste des constructeurs

Constructeurs Constructeurs dépréciés
ConstructeurDescription

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes concrètes Méthodes abstraites Méthodes dépréciées
QualificateursType de retourPrototype de la méthodeDescription
public abstract Number getDerivedGauge()
public abstract Number getDerivedGauge( ObjectName object )
public abstract long getDerivedGaugeTimeStamp( ObjectName object )
public abstract long getDerivedGaugeTimeStamp()
public abstract boolean getDifferenceMode()
public abstract Number getHighThreshold()
public abstract Number getLowThreshold()
public abstract boolean getNotifyHigh()
public abstract boolean getNotifyLow()
public abstract void setDifferenceMode( boolean value )
public abstract void setNotifyHigh( boolean value )
public abstract void setNotifyLow( boolean value )
public abstract void setThresholds( Number highValue, Number lowValue )