| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. | 
| Uses of Attribute in javax.management | 
|---|
| Methods in javax.management with parameters of type Attribute | |
|---|---|
|  void | AttributeList.add(Attribute object)Adds the Attributespecified 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 | MBeanServer.setAttribute(ObjectName name,
             Attribute attribute)Sets the value of a specific attribute of a named MBean. | 
|  void | MBeanServerConnection.setAttribute(ObjectName name,
             Attribute attribute)Sets the value of a specific attribute of a named MBean. | 
| 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. | 
| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.