Uses of Class
org.apache.commons.modeler.NotificationInfo
Packages that use NotificationInfo
Package
Description
The Modeler component of the Jakarta Commons subproject
offers convenient support for configuring and instantiating Model MBeans
(management beans), as described in the JMX Specification.
-
Uses of NotificationInfo in org.apache.commons.modeler
Fields in org.apache.commons.modeler declared as NotificationInfoMethods in org.apache.commons.modeler that return NotificationInfoModifier and TypeMethodDescriptionManagedBean.getNotifications()
The collection of notifications for this MBean.Methods in org.apache.commons.modeler with parameters of type NotificationInfoModifier and TypeMethodDescriptionvoid
ManagedBean.addNotification
(NotificationInfo notification) Add a new notification to the set of notifications for this MBean.