API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.modelmbean. ModelMBeanAttributeInfo View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      MBeanFeatureInfo
          MBeanAttributeInfo
              ModelMBeanAttributeInfo
Implements
 DescriptorAccess
Subclasses
Description
public class ModelMBeanAttributeInfo
  The ModelMBeanAttributeInfo object describes an attribute of the ModelMBean.
See also:   
Constructors
public ModelMBeanAttributeInfo (ModelMBeanAttributeInfo inInfo)
  Constructs a new ModelMBeanAttributeInfo object from this ModelMBeanAttributeInfo Object.
public ModelMBeanAttributeInfo (String name, String description, Method getter, Method setter) throws IntrospectionException
  Constructs a ModelMBeanAttributeInfo object with a default descriptor.
public ModelMBeanAttributeInfo (String name, String description, Method getter, Method setter, Descriptor descriptor) throws IntrospectionException
  Constructs a ModelMBeanAttributeInfo object.
public ModelMBeanAttributeInfo (String name, String type, String description, boolean isReadable, boolean isWritable, boolean isIs)
  Constructs a ModelMBeanAttributeInfo object with a default descriptor.
public ModelMBeanAttributeInfo (String name, String type, String description, boolean isReadable, boolean isWritable, boolean isIs, Descriptor descriptor)
  Constructs a ModelMBeanAttributeInfo object with a default descriptor.
Methods
Hide/Show inherited methods
public Object clone () [Overrides MBeanAttributeInfo]
  Creates and returns a new ModelMBeanAttributeInfo which is a duplicate of this ModelMBeanAttributeInfo.
public boolean equals (Object o) [Inherited From MBeanAttributeInfo]
  Compare this MBeanAttributeInfo to another.
public String getDescription () [Inherited From MBeanFeatureInfo]
  Returns the human-readable description of the feature.
public Descriptor getDescriptor () [Overrides MBeanFeatureInfo]
  Gets a copy of the associated Descriptor for the ModelMBeanAttributeInfo.
public String getName () [Inherited From MBeanFeatureInfo]
  Returns the name of the feature.
public String getType () [Inherited From MBeanAttributeInfo]
  Returns the class name of the attribute.
public int hashCode () [Inherited From MBeanAttributeInfo]
public boolean isIs () [Inherited From MBeanAttributeInfo]
  Indicates if this attribute has an "is" getter.
public boolean isReadable () [Inherited From MBeanAttributeInfo]
  Whether the value of the attribute can be read.
public boolean isWritable () [Inherited From MBeanAttributeInfo]
  Whether new values can be written to the attribute.
public void setDescriptor (Descriptor inDescriptor) [Specified in DescriptorAccess]
  Sets associated Descriptor (full replace) for the ModelMBeanAttributeDescriptor.
public String toString () [Overrides MBeanAttributeInfo]
Returns a human-readable version of the ModelMBeanAttributeInfo instance.
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