API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.modelmbean. ModelMBeanNotificationInfo View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      MBeanFeatureInfo
          MBeanNotificationInfo
              ModelMBeanNotificationInfo
Implements
 DescriptorAccess
Subclasses
Description
public class ModelMBeanNotificationInfo
  The ModelMBeanNotificationInfo object describes a notification emitted by a ModelMBean.
See also:   
Constructors
public ModelMBeanNotificationInfo (ModelMBeanNotificationInfo inInfo)
  Constructs a new ModelMBeanNotificationInfo object from this ModelMBeanNotfication Object.
public ModelMBeanNotificationInfo (String notifTypes, String name, String description)
  Constructs a ModelMBeanNotificationInfo object with a default descriptor.
public ModelMBeanNotificationInfo (String notifTypes, String name, String description, Descriptor descriptor)
  Constructs a ModelMBeanNotificationInfo object.
Methods
Hide/Show inherited methods
public Object clone () [Overrides MBeanNotificationInfo]
Creates and returns a new ModelMBeanNotificationInfo which is a duplicate of this ModelMBeanNotificationInfo.
public boolean equals (Object o) [Inherited From MBeanNotificationInfo]
  Compare this MBeanNotificationInfo to another.
public String getDescription () [Inherited From MBeanFeatureInfo]
  Returns the human-readable description of the feature.
public Descriptor getDescriptor () [Overrides MBeanFeatureInfo]
  Returns a copy of the associated Descriptor for the ModelMBeanNotificationInfo.
public String getName () [Inherited From MBeanFeatureInfo]
  Returns the name of the feature.
public String getNotifTypes () [Inherited From MBeanNotificationInfo]
  Returns the array of strings (in dot notation) containing the notification types that the MBean may emit.
public int hashCode () [Inherited From MBeanNotificationInfo]
public void setDescriptor (Descriptor inDescriptor) [Specified in DescriptorAccess]
  Sets associated Descriptor (full replace) for the ModelMBeanNotificationInfo If the new Descriptor is null, then the associated Descriptor reverts to a default descriptor.
public String toString () [Overrides MBeanNotificationInfo]
  Returns a human readable string containing ModelMBeanNotificationInfo.
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.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar