API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.openmbean. OpenMBeanAttributeInfo View Source
Author(s)
Sun Microsystems, Inc.
Since
1.5
Version
3.21 05/11/17
Serial
Hierarchy
 OpenMBeanParameterInfo
      OpenMBeanAttributeInfo
Subinterfaces
Description
public interface OpenMBeanAttributeInfo
  Describes an attribute of an open MBean.
See also:   
Methods
Hide/Show inherited methods
public boolean equals (Object obj) [Specified in OpenMBeanParameterInfo]
  Compares the specified obj parameter with this OpenMBeanAttributeInfo instance for equality.
public int hashCode () [Specified in OpenMBeanParameterInfo]
  Returns the hash code value for this OpenMBeanAttributeInfo instance.
public boolean isIs ()
  Returns true if the attribute described by this OpenMBeanAttributeInfo instance is accessed through a isXXX getter (applies only to boolean and Boolean values), false otherwise.
public boolean isReadable ()
  Returns true if the attribute described by this OpenMBeanAttributeInfo instance is readable, false otherwise.
public boolean isWritable ()
  Returns true if the attribute described by this OpenMBeanAttributeInfo instance is writable, false otherwise.
public String toString () [Specified in OpenMBeanParameterInfo]
  Returns a string representation of this OpenMBeanAttributeInfo instance.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar