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

Classe « GaugeMonitor »

Informations générales

Héritage

java.lang.Object
    javax.management.NotificationBroadcasterSupport
        javax.management.monitor.Monitor
            javax.management.monitor.GaugeMonitor

Définition

public class GaugeMonitor extends javax.management.monitor.Monitor
implements javax.management.monitor.GaugeMonitorMBean

Description

A venir.

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
GaugeMonitor()

Liste des propriétés (getters/setters)

Propriétés Propriétés dépréciées
QualificateursTypeNomR/W
public synchronized Number derivedGauge R/-
public synchronized long derivedGaugeTimeStamp R/-
public synchronized boolean differenceMode R/W
public synchronized Number highThreshold R/-
public synchronized Number lowThreshold R/-
public MBeanNotificationInfo[] notificationInfo R/-
public synchronized boolean notifyHigh R/W
public synchronized boolean notifyLow R/W

Propriétés héritées de la classe javax.management.monitor.Monitor

active, granularityPeriod, observedAttribute, observedObject, observedObjects

Propriétés héritées de la classe javax.management.NotificationBroadcasterSupport

notificationInfo

Propriétés héritées de la classe java.lang.Object

class

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 synchronized Number getDerivedGauge( ObjectName object )
public synchronized Number getDerivedGauge()
public synchronized long getDerivedGaugeTimeStamp( ObjectName object )
public synchronized long getDerivedGaugeTimeStamp()
public synchronized boolean getDifferenceMode()
public synchronized Number getHighThreshold()
public synchronized Number getLowThreshold()
public MBeanNotificationInfo[] getNotificationInfo()
public synchronized boolean getNotifyHigh()
public synchronized boolean getNotifyLow()
public synchronized void setDifferenceMode( boolean value )
public synchronized void setNotifyHigh( boolean value )
public synchronized void setNotifyLow( boolean value )
public synchronized void setThresholds( Number highValue, Number lowValue )
public synchronized void start()
public synchronized void stop()

Méthodes héritées de la classe javax.management.monitor.Monitor

addObservedObject, containsObservedObject, getGranularityPeriod, getObservedAttribute, getObservedObject, getObservedObjects, isActive, postDeregister, postRegister, preDeregister, preRegister, removeObservedObject, setGranularityPeriod, setObservedAttribute, setObservedObject, start, stop

Méthodes héritées de la classe javax.management.NotificationBroadcasterSupport

addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification

Méthodes héritées de la classe java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait