软件包 | 描述 |
---|---|
javax.management |
在java管理扩展提供了核心课程。
|
javax.management.modelmbean |
提供的ModelMBean类的定义。
|
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
AttributeList.asList()
返回此列表的视图作为一个
List<Attribute> 。
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeList.add(Attribute object)
添加指定的列表的最后一个元素的
Attribute 。
|
void |
AttributeList.add(int index, Attribute object)
在指定的位置上插入指定的元素的属性。
|
void |
AttributeList.set(int index, Attribute object)
将指定的位置设置为指定的属性。
|
void |
StandardMBean.setAttribute(Attribute attribute) |
void |
DynamicMBean.setAttribute(Attribute attribute)
整套动态MBean的特定属性的值。
|
void |
MBeanServer.setAttribute(ObjectName name, Attribute attribute) |
void |
MBeanServerConnection.setAttribute(ObjectName name, Attribute attribute)
套一个名叫MBean的特定属性的值。
|
Constructor and Description |
---|
AttributeList(List<Attribute> list)
构建了一个
AttributeList 含有的
List 指定的元素,在它们的
List 的迭代器返回的顺序。
|
Modifier and Type | Method and Description |
---|---|
void |
RequiredModelMBean.sendAttributeChangeNotification(Attribute inOldVal, Attribute inNewVal) |
void |
ModelMBeanNotificationBroadcaster.sendAttributeChangeNotification(Attribute oldValue, Attribute newValue)
发送一个attributechangenotification包含旧的价值,在对注册attributechangenotification ModelMBean听众属性的新值。
|
void |
RequiredModelMBean.setAttribute(Attribute attribute)
设置一个名为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, 2014, Oracle and/or its affiliates. All rights reserved.