- java.lang.Object
-
- javax.management.NotificationFilterSupport
-
- javax.management.relation.MBeanServerNotificationFilter
-
- All Implemented Interfaces:
- Serializable, NotificationFilter
public class MBeanServerNotificationFilter extends NotificationFilterSupport
Filter forMBeanServerNotification
. 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 Summary
Constructors Constructor and Description MBeanServerNotificationFilter()
Creates a filter selecting all MBeanServerNotification notifications for all ObjectNames.
-
Method Summary
Methods Modifier and Type Method and Description void
disableAllObjectNames()
Disables any MBeanServerNotification (all ObjectNames are deselected).void
disableObjectName(ObjectName objectName)
Disables MBeanServerNotifications concerning given ObjectName.void
enableAllObjectNames()
Enables all MBeanServerNotifications (all ObjectNames are selected).void
enableObjectName(ObjectName objectName)
Enables MBeanServerNotifications concerning given ObjectName.Vector<ObjectName>
getDisabledObjectNames()
Gets all the ObjectNames disabled.Vector<ObjectName>
getEnabledObjectNames()
Gets all the ObjectNames enabled.boolean
isNotificationEnabled(Notification notif)
Invoked before sending the specified notification to the listener.-
Methods inherited from class javax.management.NotificationFilterSupport
disableAllTypes, disableType, enableType, getEnabledTypes
-
-
-
-
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).
-
enableObjectName
public void enableObjectName(ObjectName objectName) throws IllegalArgumentException
Enables MBeanServerNotifications concerning given ObjectName.- Parameters:
objectName
- ObjectName of interest- Throws:
IllegalArgumentException
- if the given ObjectName is null
-
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 interfaceNotificationFilter
- Overrides:
isNotificationEnabled
in classNotificationFilterSupport
- 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
-
-
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/relation/mbeanservernotificationfilter.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
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.