|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.management.MBeanFeatureInfo | +--javax.management.MBeanNotificationInfo
The MBeanNotificationInfo object describes describes a notification emitted by an MBean.
Fields inherited from class javax.management.MBeanFeatureInfo |
description,
name |
Constructor Summary | |
MBeanNotificationInfo(java.lang.String[] notifsType,
java.lang.String name,
java.lang.String description)
Constructs a MBeanNotificationInfo object. |
Method Summary | |
java.lang.String[] |
getNotifTypes()
Returns the notification type string (in dot notation) of the notification. |
Methods inherited from class javax.management.MBeanFeatureInfo |
getDescription,
getName |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public MBeanNotificationInfo(java.lang.String[] notifsType, java.lang.String name, java.lang.String description)
notifType
- The event type string (in dot notation).name
- The name of the Notification class.description
- A human readable description of the data. Optional.Method Detail |
public java.lang.String[] getNotifTypes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |