API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.modelmbean. ModelMBeanInfoSupport View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      MBeanInfo
          ModelMBeanInfoSupport
Implements
 ModelMBeanInfo
Subclasses
Description
public class ModelMBeanInfoSupport
  This class represents the meta data for ModelMBeans.
See also:   
Constructors
public ModelMBeanInfoSupport (ModelMBeanInfo mbi)
  Constructs a ModelMBeanInfoSupport which is a duplicate of the given ModelMBeanInfo.
public ModelMBeanInfoSupport (String className, String description, ModelMBeanAttributeInfo attributes, ModelMBeanConstructorInfo constructors, ModelMBeanOperationInfo operations, ModelMBeanNotificationInfo notifications)
  Creates a ModelMBeanInfoSupport with the provided information, but the descriptor is a default.
public ModelMBeanInfoSupport (String className, String description, ModelMBeanAttributeInfo attributes, ModelMBeanConstructorInfo constructors, ModelMBeanOperationInfo operations, ModelMBeanNotificationInfo notifications, Descriptor mbeandescriptor)
  Creates a ModelMBeanInfoSupport with the provided information and the descriptor given in parameter.
Methods
Hide/Show inherited methods
public Object clone () [Overrides MBeanInfo] [Specified in ModelMBeanInfo]
  Returns a shallow clone of this instance.
public boolean equals (Object o) [Inherited From MBeanInfo]
  Compare this MBeanInfo to another.
public ModelMBeanAttributeInfo getAttribute (String inName) throws MBeanException RuntimeOperationsException [Specified in ModelMBeanInfo]
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 ModelMBeanConstructorInfo getConstructor (String inName) throws MBeanException RuntimeOperationsException
  Returns the ModelMBeanConstructorInfo requested by name.
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.
@Override
public Descriptor getDescriptor () [Overrides MBeanInfo]
 
public Descriptor getDescriptor (String inDescriptorName) throws MBeanException RuntimeOperationsException
  Returns a Descriptor requested by name.
public Descriptor getDescriptor (String inDescriptorName, String inDescriptorType) throws MBeanException RuntimeOperationsException [Specified in ModelMBeanInfo]
public Descriptor getDescriptors (String inDescriptorType) throws MBeanException RuntimeOperationsException [Specified in ModelMBeanInfo]
public Descriptor getMBeanDescriptor () throws MBeanException [Specified in ModelMBeanInfo]
public ModelMBeanNotificationInfo getNotification (String inName) throws MBeanException RuntimeOperationsException [Specified in ModelMBeanInfo]
public MBeanNotificationInfo getNotifications () [Inherited From MBeanInfo]
  Returns the list of the notifications emitted by the MBean.
public ModelMBeanOperationInfo getOperation (String inName) throws MBeanException RuntimeOperationsException [Specified in ModelMBeanInfo]
public MBeanOperationInfo getOperations () [Inherited From MBeanInfo]
  Returns the list of operations of the MBean.
public int hashCode () [Inherited From MBeanInfo]
public void setDescriptor (Descriptor inDescriptor, String inDescriptorType) throws MBeanException RuntimeOperationsException [Specified in ModelMBeanInfo]
public void setDescriptors (Descriptor inDescriptors) throws MBeanException RuntimeOperationsException [Specified in ModelMBeanInfo]
public void setMBeanDescriptor (Descriptor inMBeanDescriptor) throws MBeanException RuntimeOperationsException [Specified in ModelMBeanInfo]
public String toString () [Inherited From MBeanInfo]
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar