API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management. DynamicMBean View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 DynamicMBean
Subinterfaces
Description
public interface DynamicMBean
  Defines the methods that should be implemented by a Dynamic MBean (MBean that exposes a dynamic management interface).
See also:   
Methods
Hide/Show inherited methods
public Object getAttribute (String attribute) throws AttributeNotFoundException MBeanException ReflectionException
  Obtain the value of a specific attribute of the Dynamic MBean.
public AttributeList getAttributes (String attributes)
  Get the values of several attributes of the Dynamic MBean.
public MBeanInfo getMBeanInfo ()
  Provides the exposed attributes and actions of the Dynamic MBean using an MBeanInfo object.
public Object invoke (String actionName, Object params, String signature) throws MBeanException ReflectionException
  Allows an action to be invoked on the Dynamic MBean.
public void setAttribute (Attribute attribute) throws AttributeNotFoundException InvalidAttributeValueException MBeanException ReflectionException
  Set the value of a specific attribute of the Dynamic MBean.
public AttributeList setAttributes (AttributeList attributes)
  Sets the values of several attributes of the Dynamic MBean.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar