Please note that this documentation is not final and is subject to change.

Java™ Platform
Standard Ed. 7

DRAFT ea-b37

Uses of Class
javax.management.Attribute

Packages that use Attribute
javax.management Provides the core classes for the Java Management Extensions. 
javax.management.modelmbean Provides the definition of the ModelMBean classes. 
javax.management.namespace The javax.management.namespace package makes it possible to federate MBeanServers into a hierarchical name space. 
javax.management.remote Interfaces for remote access to JMX MBean servers. 
 

Uses of Attribute in javax.management
 

Methods in javax.management that return types with arguments of type Attribute
 List<Attribute> AttributeList.asList()
          Return a view of this list as a List<Attribute>.
 

Methods in javax.management with parameters of type Attribute
 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.
 void StandardMBean.setAttribute(Attribute attribute)
           
 void DynamicMBean.setAttribute(Attribute attribute)
          Set the value of a specific attribute of the Dynamic MBean.
 void MBeanServerConnection.setAttribute(ObjectName name, Attribute attribute)
          Sets the value of a specific attribute of a named MBean.
 void MBeanServer.setAttribute(ObjectName name, Attribute attribute)
           
 

Constructor parameters in javax.management with type arguments of type Attribute
AttributeList(List<Attribute> list)
          Constructs an AttributeList containing the elements of the List specified, in the order in which they are returned by the List's iterator.
 

Uses of Attribute in javax.management.modelmbean
 

Methods in javax.management.modelmbean with parameters of type Attribute
 void RequiredModelMBean.sendAttributeChangeNotification(Attribute inOldVal, Attribute inNewVal)
           
 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 RequiredModelMBean.setAttribute(Attribute attribute)
          Sets the value of a specific attribute of a named ModelMBean.
 

Uses of Attribute in javax.management.namespace
 

Methods in javax.management.namespace with parameters of type Attribute
 void MBeanServerSupport.setAttribute(ObjectName name, Attribute attribute)
          Sets the value of a specific attribute of a named MBean.
 void MBeanServerConnectionWrapper.setAttribute(ObjectName name, Attribute attribute)
          Forward this method to the wrapped object.
 

Uses of Attribute in javax.management.remote
 

Methods in javax.management.remote with parameters of type Attribute
 void IdentityMBeanServerForwarder.setAttribute(ObjectName name, Attribute attribute)
           
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b37

Submit a bug or feature

Copyright 2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.