API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management. MBeanNotificationInfo View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      MBeanFeatureInfo
          MBeanNotificationInfo
Implements
 Cloneable
Subclasses
Description
public class MBeanNotificationInfo
  The MBeanNotificationInfo class is used to describe the characteristics of the different notification instances emitted by an MBean, for a given Java class of notification.
See also:   
Constructors
public MBeanNotificationInfo (String notifTypes, String name, String description)
  Constructs an MBeanNotificationInfo object.
public MBeanNotificationInfo (String notifTypes, String name, String description, Descriptor descriptor)
  Constructs an MBeanNotificationInfo object.
Methods
Hide/Show inherited methods
public Object clone ()
  Returns a shallow clone of this instance.
public boolean equals (Object o) [Overrides MBeanFeatureInfo]
  Compare this MBeanNotificationInfo to another.
public String getDescription () [Inherited From MBeanFeatureInfo]
  Returns the human-readable description of the feature.
public Descriptor getDescriptor () [Inherited From MBeanFeatureInfo]
  Returns the descriptor for the feature.
public String getName () [Inherited From MBeanFeatureInfo]
  Returns the name of the feature.
public String getNotifTypes ()
  Returns the array of strings (in dot notation) containing the notification types that the MBean may emit.
public int hashCode () [Overrides MBeanFeatureInfo]
public String toString ()
Fields
Hide/Show inherited fields
protected String description [Inherited From MBeanFeatureInfo]
  The human-readable description of the feature.
protected String name [Inherited From MBeanFeatureInfo]
  The name of the feature.
pack-privatefinalstatic MBeanNotificationInfo NO_NOTIFICATIONS
pack-privatefinalstatic long serialVersionUID = "-3888371564530107064" [Overrides MBeanFeatureInfo]
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar