API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management. MBeanInfo View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      MBeanInfo
Implements
 Cloneable
 Serializable
 DescriptorRead
Subclasses
Description
public class MBeanInfo
  Describes the management interface exposed by an MBean; that is, the set of attributes and operations which are available for management operations.
See also:   
Constructors
public MBeanInfo (String className, String description, MBeanAttributeInfo attributes, MBeanConstructorInfo constructors, MBeanOperationInfo operations, MBeanNotificationInfo notifications) throws IllegalArgumentException
  Constructs an MBeanInfo.
public MBeanInfo (String className, String description, MBeanAttributeInfo attributes, MBeanConstructorInfo constructors, MBeanOperationInfo operations, MBeanNotificationInfo notifications, Descriptor descriptor) throws IllegalArgumentException
  Constructs an MBeanInfo.
Methods
Hide/Show inherited methods
pack-privatestatic boolean arrayGettersSafe (Class subclass, Class immutableClass)
  Return true if subclass is known to preserve the immutability of immutableClass.
public Object clone ()
  Returns a shallow clone of this instance.
public boolean equals (Object o)
  Compare this MBeanInfo to another.
public MBeanAttributeInfo getAttributes ()
  Returns the list of attributes exposed for management.
public String getClassName ()
  Returns the name of the Java class of the MBean described by this MBeanInfo.
public MBeanConstructorInfo getConstructors ()
  Returns the list of the public constructors of the MBean.
public String getDescription ()
  Returns a human readable description of the MBean.
public Descriptor getDescriptor () [Specified in DescriptorRead]
  Get the descriptor of this MBeanInfo.
public MBeanNotificationInfo getNotifications ()
  Returns the list of the notifications emitted by the MBean.
public MBeanOperationInfo getOperations ()
  Returns the list of operations of the MBean.
public int hashCode ()
public String toString ()
Fields
Hide/Show inherited fields
pack-privatefinalstatic long serialVersionUID = "-6451021435135161911"
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar