软件包 | 描述 |
---|---|
javax.management |
在java管理扩展提供了核心课程。
|
javax.management.modelmbean |
提供的ModelMBean类的定义。
|
javax.management.remote.rmi |
RMI连接器是一个JMX远程API,使用RMI传输客户端请求到远程管理服务器连接器。
|
Modifier and Type | Method and Description |
---|---|
AttributeList |
MBeanServer.getAttributes(ObjectName name, String[] attributes) |
AttributeList |
MBeanServerConnection.getAttributes(ObjectName name, String[] attributes)
获取一个名为MBean的几个属性的值。
|
AttributeList |
StandardMBean.getAttributes(String[] attributes) |
AttributeList |
DynamicMBean.getAttributes(String[] attributes)
得到的动态MBean的几个属性的值。
|
AttributeList |
StandardMBean.setAttributes(AttributeList attributes) |
AttributeList |
DynamicMBean.setAttributes(AttributeList attributes)
设置动态MBean的几个属性的值。
|
AttributeList |
MBeanServer.setAttributes(ObjectName name, AttributeList attributes) |
AttributeList |
MBeanServerConnection.setAttributes(ObjectName name, AttributeList attributes)
套一名叫MBean的几个属性的值。
|
Modifier and Type | Method and Description |
---|---|
boolean |
AttributeList.addAll(AttributeList list)
在指定附加到列表的末尾的
AttributeList 所有元素,在它们的迭代器指定的
AttributeList 返回顺序。
|
boolean |
AttributeList.addAll(int index, AttributeList list)
将所有指定到这个列表的
AttributeList 元素,从指定位置开始,在它们的迭代器指定的
AttributeList 返回顺序。
|
AttributeList |
StandardMBean.setAttributes(AttributeList attributes) |
AttributeList |
DynamicMBean.setAttributes(AttributeList attributes)
设置动态MBean的几个属性的值。
|
AttributeList |
MBeanServer.setAttributes(ObjectName name, AttributeList attributes) |
AttributeList |
MBeanServerConnection.setAttributes(ObjectName name, AttributeList attributes)
套一名叫MBean的几个属性的值。
|
Constructor and Description |
---|
AttributeList(AttributeList list)
构建了一个
AttributeList 含有的
AttributeList 指定的元素,在它们的
AttributeList 的迭代器返回的顺序。
|
Modifier and Type | Method and Description |
---|---|
AttributeList |
RequiredModelMBean.getAttributes(String[] attrNames)
返回在ModelMBean几个属性的值。
|
AttributeList |
RequiredModelMBean.setAttributes(AttributeList attributes)
集的ModelMBean属性数组的值。
|
Modifier and Type | Method and Description |
---|---|
AttributeList |
RequiredModelMBean.setAttributes(AttributeList attributes)
集的ModelMBean属性数组的值。
|
Modifier and Type | Method and Description |
---|---|
AttributeList |
RMIConnectionImpl.getAttributes(ObjectName name, String[] attributes, Subject delegationSubject) |
AttributeList |
RMIConnection.getAttributes(ObjectName name, String[] attributes, Subject delegationSubject)
|
AttributeList |
RMIConnectionImpl_Stub.getAttributes(ObjectName $param_ObjectName_1, String[] $param_arrayOf_String_2, Subject $param_Subject_3) |
AttributeList |
RMIConnectionImpl.setAttributes(ObjectName name, MarshalledObject attributes, Subject delegationSubject) |
AttributeList |
RMIConnection.setAttributes(ObjectName name, MarshalledObject attributes, Subject delegationSubject)
|
AttributeList |
RMIConnectionImpl_Stub.setAttributes(ObjectName $param_ObjectName_1, MarshalledObject $param_MarshalledObject_2, Subject $param_Subject_3) |
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.