API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.openmbean. OpenMBeanInfo View Source
Author(s)
Sun Microsystems, Inc.
Since
1.5
Version
3.23 05/11/17
Serial
Hierarchy
 OpenMBeanInfo
Subinterfaces
Description
public interface OpenMBeanInfo
  Describes an Open MBean: an Open MBean is recognized as such if its getMBeanInfo() method returns an instance of a class which implements the OpenMBeanInfo interface, typically OpenMBeanInfoSupport.
See also:   
Methods
Hide/Show inherited methods
public boolean equals (Object obj)
  Compares the specified obj parameter with this OpenMBeanInfo instance for equality.
public MBeanAttributeInfo getAttributes ()
  Returns an array of OpenMBeanAttributeInfo instances describing each attribute in the open MBean described by this OpenMBeanInfo instance.
public String getClassName ()
  Returns the fully qualified Java class name of the open MBean instances this OpenMBeanInfo describes.
public MBeanConstructorInfo getConstructors ()
  Returns an array of OpenMBeanConstructorInfo instances describing each constructor in the open MBean described by this OpenMBeanInfo instance.
public String getDescription ()
  Returns a human readable description of the type of open MBean instances this OpenMBeanInfo describes.
public MBeanNotificationInfo getNotifications ()
  Returns an array of MBeanNotificationInfo instances describing each notification emitted by the open MBean described by this OpenMBeanInfo instance.
public MBeanOperationInfo getOperations ()
  Returns an array of OpenMBeanOperationInfo instances describing each operation in the open MBean described by this OpenMBeanInfo instance.
public int hashCode ()
  Returns the hash code value for this OpenMBeanInfo instance.
public String toString ()
  Returns a string representation of this OpenMBeanInfo instance.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar