API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.openmbean. OpenMBeanInfoSupport View Source
Author(s)
Sun Microsystems, Inc.
Since
1.5
Version
3.29 06/03/15
Serial
Hierarchy
 Object
      MBeanInfo
          OpenMBeanInfoSupport
Implements
 OpenMBeanInfo
Subclasses
Description
public class OpenMBeanInfoSupport
  The OpenMBeanInfoSupport class describes the management information of an open MBean: it is a subclass of MBeanInfo, and it implements the OpenMBeanInfo interface.
See also:   
Constructors
public OpenMBeanInfoSupport (String className, String description, OpenMBeanAttributeInfo openAttributes, OpenMBeanConstructorInfo openConstructors, OpenMBeanOperationInfo openOperations, MBeanNotificationInfo notifications)
  Constructs an OpenMBeanInfoSupport instance, which describes a class of open MBeans with the specified className, description, openAttributes, openConstructors , openOperations and notifications.
public OpenMBeanInfoSupport (String className, String description, OpenMBeanAttributeInfo openAttributes, OpenMBeanConstructorInfo openConstructors, OpenMBeanOperationInfo openOperations, MBeanNotificationInfo notifications, Descriptor descriptor)
  Constructs an OpenMBeanInfoSupport instance, which describes a class of open MBeans with the specified className, description, openAttributes, openConstructors , openOperations, notifications, and descriptor.
Methods
Hide/Show inherited methods
public Object clone () [Inherited From MBeanInfo]
  Returns a shallow clone of this instance.
public boolean equals (Object obj) [Overrides MBeanInfo] [Specified in OpenMBeanInfo]
  Compares the specified obj parameter with this OpenMBeanInfoSupport instance for equality.
public MBeanAttributeInfo getAttributes () [Inherited From MBeanInfo]
  Returns the list of attributes exposed for management.
public String getClassName () [Inherited From MBeanInfo]
  Returns the name of the Java class of the MBean described by this MBeanInfo.
public MBeanConstructorInfo getConstructors () [Inherited From MBeanInfo]
  Returns the list of the public constructors of the MBean.
public String getDescription () [Inherited From MBeanInfo]
  Returns a human readable description of the MBean.
public Descriptor getDescriptor () [Inherited From MBeanInfo]
  Get the descriptor of this MBeanInfo.
public MBeanNotificationInfo getNotifications () [Inherited From MBeanInfo]
  Returns the list of the notifications emitted by the MBean.
public MBeanOperationInfo getOperations () [Inherited From MBeanInfo]
  Returns the list of operations of the MBean.
public int hashCode () [Overrides MBeanInfo] [Specified in OpenMBeanInfo]
  Returns the hash code value for this OpenMBeanInfoSupport instance.
public String toString () [Overrides MBeanInfo] [Specified in OpenMBeanInfo]
  Returns a string representation of this OpenMBeanInfoSupport instance.
Fields
Hide/Show inherited fields
pack-privatefinalstatic long serialVersionUID = "4349395935420511492"
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar