Uses of Class
javax.management.Attribute

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

Uses of Attribute in javax.management
 

Methods in javax.management with parameters of type Attribute
 void MBeanServer.setAttribute(ObjectName name, Attribute attribute)
          Sets the value of a specific attribute of a named MBean.
 void DynamicMBean.setAttribute(Attribute attribute)
          Sets the value of a specific attribute of the Dynamic MBean
 void AttributeList.add(Attribute object)
          Adds the Attribute specified as the last element of the list.
 void AttributeList.add(int index, Attribute object)
          Inserts the attribute specified as an element at the position specified.
 void AttributeList.set(int index, Attribute object)
          Sets the element at the position specified to be the attribute specified.
 

Uses of Attribute in javax.management.modelmbean
 

Methods in javax.management.modelmbean with parameters of type Attribute
 void RequiredModelMBean.setAttribute(Attribute attribute)
          Sets the value of a specific attribute of a named ModelMBean.
 void RequiredModelMBean.sendAttributeChangeNotification(Attribute oldAttribute, Attribute newAttribute)
          Sends an attributeChangeNotification which contains the old value and new value for the attribute to the registered AttributeChangeNotification listeners on the RequiredModelMBean.
 void RequiredModelMBean.sendAttributeChangeNotification(Attribute oldAttribute, Attribute newAttribute)
          Sends an attributeChangeNotification which contains the old value and new value for the attribute to the registered AttributeChangeNotification listeners on the RequiredModelMBean.
 void ModelMBeanNotificationBroadcaster.sendAttributeChangeNotification(Attribute oldValue, Attribute newValue)
          Sends an attributeChangeNotification which contains the old value and new value for the attribute to the registered AttributeChangeNotification listeners on the ModelMBean.
 void ModelMBeanNotificationBroadcaster.sendAttributeChangeNotification(Attribute oldValue, Attribute newValue)
          Sends an attributeChangeNotification which contains the old value and new value for the attribute to the registered AttributeChangeNotification listeners on the ModelMBean.
 

Uses of Attribute in org.huihoo.jfox.jmx
 

Methods in org.huihoo.jfox.jmx with parameters of type Attribute
 void MBeanServerSupport.setAttribute(ObjectName objectName, Attribute attribute)
           
 void MBeanMetaDataSupport.setAttribute(Attribute attribute)
           
 void MBeanMetaData.setAttribute(Attribute attribute)
           
 void DynamicMBeanMetaDataSupport.setAttribute(Attribute attribute)