org.apache.commons.modeler
public class NotificationInfo extends FeatureInfo implements Serializable
Internal configuration information for a Notification
descriptor.
Version: $Revision: 155428 $ $Date: 2005-02-26 08:12:25 -0500 (Sat, 26 Feb 2005) $
| Field Summary | |
|---|---|
| ModelMBeanNotificationInfo | info
The ModelMBeanNotificationInfo object that corresponds
to this NotificationInfo instance. |
| protected String[] | notifTypes |
| static long | serialVersionUID |
| Method Summary | |
|---|---|
| void | addNotifType(String notifType)
Add a new notification type to the set managed by an MBean.
|
| ModelMBeanNotificationInfo | createNotificationInfo()
Create and return a ModelMBeanNotificationInfo object that
corresponds to the attribute described by this instance. |
| String[] | getNotifTypes()
The set of notification types for this MBean. |
| void | setDescription(String description)
Override the description property setter.
|
| void | setName(String name)
Override the name property setter.
|
| String | toString()
Return a string representation of this notification descriptor. |
ModelMBeanNotificationInfo object that corresponds
to this NotificationInfo instance.Parameters: notifType The new notification type
ModelMBeanNotificationInfo object that
corresponds to the attribute described by this instance.description property setter.
Parameters: description The new description
name property setter.
Parameters: name The new name