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 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.
 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
 

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)
           
 MBeanAttributeInfo MBeanMetaDataSupport.getAttributeInfo(java.lang.String 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)
           
 MBeanAttributeInfo MBeanInterfaceMetaDataSupport.getAttributeInfo(java.lang.String attribute)
           
 MBeanAttributeInfo MBeanInterfaceMetaData.getAttributeInfo(java.lang.String attribute)
           
 MBeanAttributeInfo DynamicMBeanMetaDataSupport.getAttributeInfo(java.lang.String attribute)
           
 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)