Uses of Class
javax.management.AttributeNotFoundException

Packages that use AttributeNotFoundException
javax.management   
javax.management.modelmbean   
org.huihoo.jfox.jmx   
 

Uses of AttributeNotFoundException in javax.management
 

Methods in javax.management that throw AttributeNotFoundException
 java.lang.Object DynamicMBean.getAttribute(java.lang.String attribute)
          Obtains the value of a specific attribute of the Dynamic MBean.
 void DynamicMBean.setAttribute(Attribute attribute)
          Sets the value of a specific attribute of the Dynamic MBean
 java.lang.Object MBeanServerConnection.getAttribute(ObjectName name, java.lang.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.
 java.lang.Object StandardMBean.getAttribute(java.lang.String attribute)
           
 void StandardMBean.setAttribute(Attribute attribute)
           
 java.lang.Object MBeanServer.getAttribute(ObjectName name, java.lang.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.
 

Uses of AttributeNotFoundException in javax.management.modelmbean
 

Methods in javax.management.modelmbean that throw AttributeNotFoundException
 java.lang.Object RequiredModelMBean.getAttribute(java.lang.String attributeName)
          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.
 

Uses of AttributeNotFoundException in org.huihoo.jfox.jmx
 

Methods in org.huihoo.jfox.jmx that throw AttributeNotFoundException
 java.lang.Object MBeanServerSupport.getAttribute(ObjectName objectName, java.lang.String attribute)
           
 void MBeanServerSupport.setAttribute(ObjectName objectName, Attribute attribute)
           
 java.lang.Object MBeanMetaDataSupport.getAttribute(java.lang.String attribute)
           
 AttributeList MBeanMetaDataSupport.getAttributes(java.lang.String[] attributes)
           
 void MBeanMetaDataSupport.setAttribute(Attribute attribute)
           
 AttributeList MBeanMetaDataSupport.setAttributes(AttributeList attributes)
           
 java.lang.Object MBeanMetaData.getAttribute(java.lang.String attribute)
           
 AttributeList MBeanMetaData.getAttributes(java.lang.String[] attributes)
           
 void MBeanMetaData.setAttribute(Attribute attribute)
           
 AttributeList MBeanMetaData.setAttributes(AttributeList attributes)
           
 java.lang.Object DynamicMBeanMetaDataSupport.getAttribute(java.lang.String attribute)
           
 AttributeList DynamicMBeanMetaDataSupport.getAttributes(java.lang.String[] attributes)
           
 void DynamicMBeanMetaDataSupport.setAttribute(Attribute attribute)
           
 AttributeList DynamicMBeanMetaDataSupport.setAttributes(AttributeList attributes)