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

Quick Search    Search Deep

Uses of Class
javax.management.Attribute

Uses of Attribute in javax.management
 

Methods in javax.management with parameters of type Attribute
 void MBeanServer.setAttribute(ObjectName name, Attribute attribute)
           
 void DynamicMBean.setAttribute(Attribute attribute)
          Sets the value of an attribute.
 void AttributeList.add(Attribute object)
          Append an Attribute to the list.
 void AttributeList.add(int index, Attribute object)
          Insert a new Attribute into the list at the specified location.
 void AttributeList.set(int index, Attribute object)
          Change the attribute at the specified location.