Method Summary |
|
public Object | getAttribute(String attribute_name) Allows the value of the specified attribute of the Dynamic MBean to be obtained. |
public AttributeList | getAttributes(String[] attributeNames) Enables the to get the values of several attributes of the Dynamic MBean. |
public MBeanInfo | getMBeanInfo() This method provides the exposed attributes and operations of the Dynamic MBean. |
public Integer | getNbChanges() Getter: get the "NbChanges" attribute of the "SimpleDynamic" dynamic MBean. |
public Integer | getNbResets() Return the "NbResets" property. |
public String | getState() Getter: get the "State" attribute of the "SimpleDynamic" dynamic MBean. |
public Object | invoke(String operationName, Object params, String signature) Allows an operation to be invoked on the Dynamic MBean. |
public void | reset() Operation: reset to their initial values the "State" and "NbChanges"
attributes of the "SimpleDynamic" dynamic MBean. |
public void | setAttribute(Attribute attribute) Sets the value of the specified attribute of the Dynamic MBean. |
public AttributeList | setAttributes(AttributeList attributes) Sets the values of several attributes of the Dynamic MBean, and returns the
list of attributes that have been set. |
public void | setState(String s) Setter: set the "State" attribute of the "SimpleDynamic" dynamic MBean. |