Keine Cache-Version

Caching deaktiviert Standardeinstellung für diese Seite:aktiviert (code LNG204)
Wenn die Anzeige zu langsam ist, können Sie den Benutzermodus deaktivieren, um die zwischengespeicherte Version anzuzeigen.
javax.management.monitor

Class MonitorNotification

  • All Implemented Interfaces:
    Serializable

    public class MonitorNotification
    extends Notification
    Provides definitions of the notifications sent by monitor MBeans.

    The notification source and a set of parameters concerning the monitor MBean's state need to be specified when creating a new object of this class. The list of notifications fired by the monitor MBeans is the following:

    • Common to all kind of monitors:
      • The observed object is not registered in the MBean server.
      • The observed attribute is not contained in the observed object.
      • The type of the observed attribute is not correct.
      • Any exception (except the cases described above) occurs when trying to get the value of the observed attribute.
    • Common to the counter and the gauge monitors:
      • The threshold high or threshold low are not of the same type as the gauge (gauge monitors).
      • The threshold or the offset or the modulus are not of the same type as the counter (counter monitors).
    • Counter monitors only:
      • The observed attribute has reached the threshold value.
    • Gauge monitors only:
      • The observed attribute has exceeded the threshold high value.
      • The observed attribute has exceeded the threshold low value.
    • String monitors only:
      • The observed attribute has matched the "string to compare" value.
      • The observed attribute has differed from the "string to compare" value.
    Since:
    1.5
    See Also:
    Serialized Form
    • Field Detail

      • OBSERVED_OBJECT_ERROR

        public static final String OBSERVED_OBJECT_ERROR
        Notification type denoting that the observed object is not registered in the MBean server. This notification is fired by all kinds of monitors.
        The value of this notification type is jmx.monitor.error.mbean.
        See Also:
        Constant Field Values
      • OBSERVED_ATTRIBUTE_ERROR

        public static final String OBSERVED_ATTRIBUTE_ERROR
        Notification type denoting that the observed attribute is not contained in the observed object. This notification is fired by all kinds of monitors.
        The value of this notification type is jmx.monitor.error.attribute.
        See Also:
        Constant Field Values
      • OBSERVED_ATTRIBUTE_TYPE_ERROR

        public static final String OBSERVED_ATTRIBUTE_TYPE_ERROR
        Notification type denoting that the type of the observed attribute is not correct. This notification is fired by all kinds of monitors.
        The value of this notification type is jmx.monitor.error.type.
        See Also:
        Constant Field Values
      • THRESHOLD_ERROR

        public static final String THRESHOLD_ERROR
        Notification type denoting that the type of the thresholds, offset or modulus is not correct. This notification is fired by counter and gauge monitors.
        The value of this notification type is jmx.monitor.error.threshold.
        See Also:
        Constant Field Values
      • RUNTIME_ERROR

        public static final String RUNTIME_ERROR
        Notification type denoting that a non-predefined error type has occurred when trying to get the value of the observed attribute. This notification is fired by all kinds of monitors.
        The value of this notification type is jmx.monitor.error.runtime.
        See Also:
        Constant Field Values
      • THRESHOLD_VALUE_EXCEEDED

        public static final String THRESHOLD_VALUE_EXCEEDED
        Notification type denoting that the observed attribute has reached the threshold value. This notification is only fired by counter monitors.
        The value of this notification type is jmx.monitor.counter.threshold.
        See Also:
        Constant Field Values
      • THRESHOLD_HIGH_VALUE_EXCEEDED

        public static final String THRESHOLD_HIGH_VALUE_EXCEEDED
        Notification type denoting that the observed attribute has exceeded the threshold high value. This notification is only fired by gauge monitors.
        The value of this notification type is jmx.monitor.gauge.high.
        See Also:
        Constant Field Values
      • THRESHOLD_LOW_VALUE_EXCEEDED

        public static final String THRESHOLD_LOW_VALUE_EXCEEDED
        Notification type denoting that the observed attribute has exceeded the threshold low value. This notification is only fired by gauge monitors.
        The value of this notification type is jmx.monitor.gauge.low.
        See Also:
        Constant Field Values
      • STRING_TO_COMPARE_VALUE_MATCHED

        public static final String STRING_TO_COMPARE_VALUE_MATCHED
        Notification type denoting that the observed attribute has matched the "string to compare" value. This notification is only fired by string monitors.
        The value of this notification type is jmx.monitor.string.matches.
        See Also:
        Constant Field Values
      • STRING_TO_COMPARE_VALUE_DIFFERED

        public static final String STRING_TO_COMPARE_VALUE_DIFFERED
        Notification type denoting that the observed attribute has differed from the "string to compare" value. This notification is only fired by string monitors.
        The value of this notification type is jmx.monitor.string.differs.
        See Also:
        Constant Field Values
    • Method Detail

      • getObservedObject

        public ObjectName getObservedObject()
        Gets the observed object of this monitor notification.
        Returns:
        The observed object.
      • getObservedAttribute

        public String getObservedAttribute()
        Gets the observed attribute of this monitor notification.
        Returns:
        The observed attribute.
      • getDerivedGauge

        public Object getDerivedGauge()
        Gets the derived gauge of this monitor notification.
        Returns:
        The derived gauge.
      • getTrigger

        public Object getTrigger()
        Gets the threshold/string (depending on the monitor type) that triggered off this monitor notification.
        Returns:
        The trigger.

Deutsche Übersetzung

Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.

Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.

Vielen Dank im Voraus.

Dokument erstellt 11/06/2005, zuletzt geändert 04/03/2020
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-rf-javax/management/monitor/monitornotification.html

Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.

Referenzen

  1. Zeigen Sie - html-Dokument Sprache des Dokuments:fr Manuel PHP : https://docs.oracle.com

Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.

Inhaltsverzeichnis Haut