API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.modelmbean. ModelMBeanInfo View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 ModelMBeanInfo
Subinterfaces
Description
public interface ModelMBeanInfo
  This interface is implemented by the ModelMBeanInfo for every ModelMBean.
See also:   
Methods
Hide/Show inherited methods
public Object clone ()
Creates and returns a copy of this object.
public ModelMBeanAttributeInfo getAttribute (String inName) throws MBeanException RuntimeOperationsException
  Returns a ModelMBeanAttributeInfo requested by name.
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 (String inDescriptorName, String inDescriptorType) throws MBeanException RuntimeOperationsException
  Returns a Descriptor requested by name and descriptorType.
public Descriptor getDescriptors (String inDescriptorType) throws MBeanException RuntimeOperationsException
  Returns a Descriptor array consisting of all Descriptors for the ModelMBeanInfo of type inDescriptorType.
public Descriptor getMBeanDescriptor () throws MBeanException RuntimeOperationsException
  Returns the ModelMBean's descriptor which contains MBean wide policies.
public ModelMBeanNotificationInfo getNotification (String inName) throws MBeanException RuntimeOperationsException
  Returns a ModelMBeanNotificationInfo requested by name.
public MBeanNotificationInfo getNotifications ()
  Returns the list of the notifications emitted by the MBean.
public ModelMBeanOperationInfo getOperation (String inName) throws MBeanException RuntimeOperationsException
  Returns a ModelMBeanOperationInfo requested by name.
public MBeanOperationInfo getOperations ()
  Returns the list of operations of the MBean.
public void setDescriptor (Descriptor inDescriptor, String inDescriptorType) throws MBeanException RuntimeOperationsException
  Sets descriptors in the info array of type inDescriptorType for the ModelMBean.
public void setDescriptors (Descriptor inDescriptors) throws MBeanException RuntimeOperationsException
  Adds or replaces descriptors in the ModelMBeanInfo.
public void setMBeanDescriptor (Descriptor inDescriptor) throws MBeanException RuntimeOperationsException
  Sets the ModelMBean's descriptor.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar