Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
javax.management.AttributeNotFoundException

Uses of AttributeNotFoundException in javax.management
 

Methods in javax.management that throw AttributeNotFoundException
 java.lang.Object MBeanServer.getAttribute(ObjectName name, java.lang.String attribute)
           
 void MBeanServer.setAttribute(ObjectName name, Attribute attribute)
           
 java.lang.Object DynamicMBean.getAttribute(java.lang.String attribute)
          Returns the value of the attribute with the name matching the passed string.
 void DynamicMBean.setAttribute(Attribute attribute)
          Sets the value of an attribute.