|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeNotFoundException | |
javax.management | Provides the core classes for the Java Management Extensions. |
javax.management.modelmbean | Provides the definition of the ModelMBean classes. |
Uses of AttributeNotFoundException in javax.management |
Methods in javax.management that throw AttributeNotFoundException | |
Object |
DynamicMBean.getAttribute(String attribute)
Obtain the value of a specific attribute of the Dynamic MBean. |
void |
DynamicMBean.setAttribute(Attribute attribute)
Set the value of a specific attribute of the Dynamic MBean. |
Object |
MBeanServerConnection.getAttribute(ObjectName name,
String attribute)
Gets the value of a specific attribute of a named MBean. |
void |
MBeanServerConnection.setAttribute(ObjectName name,
Attribute attribute)
Sets the value of a specific attribute of a named MBean. |
Object |
MBeanServer.getAttribute(ObjectName name,
String attribute)
Gets the value of a specific attribute of a named MBean. |
void |
MBeanServer.setAttribute(ObjectName name,
Attribute attribute)
Sets the value of a specific attribute of a named MBean. |
Object |
StandardMBean.getAttribute(String attribute)
|
void |
StandardMBean.setAttribute(Attribute attribute)
|
Uses of AttributeNotFoundException in javax.management.modelmbean |
Methods in javax.management.modelmbean that throw AttributeNotFoundException | |
Object |
RequiredModelMBean.getAttribute(String attrName)
Returns the value of a specific attribute defined for this ModelMBean. |
void |
RequiredModelMBean.setAttribute(Attribute attribute)
Sets the value of a specific attribute of a named ModelMBean. |
|
JMX Specification 1.2 Maintenance Release Generated from RI build jmx-1_2_2_03-b34.1 2005.02.08_17:06:19_MET |
||||||||||
PREV NEXT | FRAMES NO FRAMES |