| Package | Description |
|---|---|
| javax.management |
Provides the core classes for the Java Management Extensions.
|
| javax.management.modelmbean |
Provides the definition of the ModelMBean classes.
|
| Modifier and Type | Method | Description |
|---|---|---|
List<Attribute> |
AttributeList.asList() |
Return a view of this list as a
List<Attribute>. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AttributeList.add(int index,
Attribute object) |
Inserts the attribute specified as an element at the position specified.
|
void |
AttributeList.add(Attribute object) |
Adds the
Attribute specified as the last element of the list. |
void |
AttributeList.set(int index,
Attribute object) |
Sets the element at the position specified to be the attribute specified.
|
void |
DynamicMBean.setAttribute(Attribute attribute) |
Set the value of a specific attribute of the Dynamic MBean.
|
void |
MBeanServer.setAttribute(ObjectName name,
Attribute attribute) |
|
void |
MBeanServerConnection.setAttribute(ObjectName name,
Attribute attribute) |
Sets the value of a specific attribute of a named MBean.
|
void |
StandardMBean.setAttribute(Attribute attribute) |
| Constructor | Description |
|---|---|
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. |
| Modifier and Type | Method | Description |
|---|---|---|
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.sendAttributeChangeNotification(Attribute inOldVal,
Attribute inNewVal) |
|
void |
RequiredModelMBean.setAttribute(Attribute attribute) |
Sets the value of a specific attribute of a named ModelMBean.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b153-2