javax.management
Class MBeanNotificationInfo

java.lang.Object
  |
  +--javax.management.MBeanFeatureInfo
        |
        +--javax.management.MBeanNotificationInfo
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable
Direct Known Subclasses:
ModelMBeanNotificationInfo

public class MBeanNotificationInfo
extends MBeanFeatureInfo

See Also:
Serialized Form

Constructor Summary
MBeanNotificationInfo(java.lang.String[] notifsType, java.lang.String name, java.lang.String description)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String[] getNotifTypes()
           
 int hashCode()
           
 
Methods inherited from class javax.management.MBeanFeatureInfo
clone, getDescription, getName
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeanNotificationInfo

public MBeanNotificationInfo(java.lang.String[] notifsType,
                             java.lang.String name,
                             java.lang.String description)
Method Detail

getNotifTypes

public java.lang.String[] getNotifTypes()

hashCode

public int hashCode()
Overrides:
hashCode in class MBeanFeatureInfo

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class MBeanFeatureInfo