javax.management.relation

Class MBeanServerNotificationFilter

  • All Implemented Interfaces:
    Serializable, NotificationFilter

    public class MBeanServerNotificationFilter
    extends NotificationFilterSupport
    Filter for MBeanServerNotification. This filter filters MBeanServerNotification notifications by selecting the ObjectNames of interest and the operations (registration, unregistration, both) of interest (corresponding to notification types).

    The serialVersionUID of this class is 2605900539589789736L.

    Since:
    1.5
    See Also:
    Serialized Form
    • Constructor Detail

      • MBeanServerNotificationFilter

        public MBeanServerNotificationFilter()
        Creates a filter selecting all MBeanServerNotification notifications for all ObjectNames.
    • Method Detail

      • disableAllObjectNames

        public void disableAllObjectNames()
        Disables any MBeanServerNotification (all ObjectNames are deselected).
      • disableObjectName

        public void disableObjectName(ObjectName objectName)
                               throws IllegalArgumentException
        Disables MBeanServerNotifications concerning given ObjectName.
        Parameters:
        objectName - ObjectName no longer of interest
        Throws:
        IllegalArgumentException - if the given ObjectName is null
      • enableAllObjectNames

        public void enableAllObjectNames()
        Enables all MBeanServerNotifications (all ObjectNames are selected).
      • getEnabledObjectNames

        public Vector<ObjectName> getEnabledObjectNames()
        Gets all the ObjectNames enabled.
        Returns:
        Vector of ObjectNames:

        - null means all ObjectNames are implicitly selected, except the ObjectNames explicitly deselected

        - empty means all ObjectNames are deselected, i.e. no ObjectName selected.

      • getDisabledObjectNames

        public Vector<ObjectName> getDisabledObjectNames()
        Gets all the ObjectNames disabled.
        Returns:
        Vector of ObjectNames:

        - null means all ObjectNames are implicitly deselected, except the ObjectNames explicitly selected

        - empty means all ObjectNames are selected, i.e. no ObjectName deselected.

      • isNotificationEnabled

        public boolean isNotificationEnabled(Notification notif)
                                      throws IllegalArgumentException
        Invoked before sending the specified notification to the listener.

        If:

        - the ObjectName of the concerned MBean is selected (explicitly OR (implicitly and not explicitly deselected))

        AND

        - the type of the operation (registration or unregistration) is selected

        then the notification is sent to the listener.

        Specified by:
        isNotificationEnabled in interface NotificationFilter
        Overrides:
        isNotificationEnabled in class NotificationFilterSupport
        Parameters:
        notif - The notification to be sent.
        Returns:
        true if the notification has to be sent to the listener, false otherwise.
        Throws:
        IllegalArgumentException - if null parameter

Document created the 11/06/2005, last modified the 04/03/2020
Source of the printed document:https://www.gaudry.be/en/java-api-rf-javax/management/relation/mbeanservernotificationfilter.html

The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.

References

  1. View the html document Language of the document:fr Manuel PHP : https://docs.oracle.com

These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.

Contents Haut