类的用途
javax.management.AttributeList
使用 AttributeList 的包
包
描述
为 Java 管理扩展提供核心类。
提供 ModelMBean 类的定义。
RMI 连接器是 JMX Remote API 的连接器,它使用 RMI 将客户端请求传输到远程 MBean 服务。
-
AttributeList 在 javax.management 中的用法
javax.management 中返回 AttributeList 的方法修饰符和类型方法描述DynamicMBean.getAttributes(String[] attributes) 获取 Dynamic MBean 的几个属性的值。MBeanServer.getAttributes(ObjectName name, String[] attributes) MBeanServerConnection.getAttributes(ObjectName name, String[] attributes) 检索命名 MBean 的多个属性的值。StandardMBean.getAttributes(String[] attributes) DynamicMBean.setAttributes(AttributeList attributes) 设置 Dynamic MBean 的几个属性的值。MBeanServer.setAttributes(ObjectName name, AttributeList attributes) MBeanServerConnection.setAttributes(ObjectName name, AttributeList attributes) 设置命名 MBean 的几个属性的值。StandardMBean.setAttributes(AttributeList attributes) javax.management 中的方法,参数类型为 AttributeList修饰符和类型方法描述booleanAttributeList.addAll(int index, AttributeList list) 将指定的AttributeList中的所有元素插入此list,从指定位置开始,按照它们由指定的AttributeList的迭代器返回的顺序。booleanAttributeList.addAll(AttributeList list) 将指定的AttributeList中的所有元素追加到列表的末尾,按照它们由指定的AttributeList的迭代器返回的顺序。DynamicMBean.setAttributes(AttributeList attributes) 设置 Dynamic MBean 的几个属性的值。MBeanServer.setAttributes(ObjectName name, AttributeList attributes) MBeanServerConnection.setAttributes(ObjectName name, AttributeList attributes) 设置命名 MBean 的几个属性的值。StandardMBean.setAttributes(AttributeList attributes) javax.management 中的构造函数,参数类型为 AttributeList修饰符构造方法描述AttributeList(AttributeList list) 构造一个包含AttributeList指定元素的AttributeList,按照它们由AttributeList的迭代器返回的顺序。 -
AttributeList 在 javax.management.modelmbean 中的用法
修饰符和类型方法描述RequiredModelMBean.getAttributes(String[] attrNames) 返回 ModelMBean 中几个属性的值。RequiredModelMBean.setAttributes(AttributeList attributes) 设置此 ModelMBean 的属性数组的值。javax.management.modelmbean 中的方法,参数类型为 AttributeList -
AttributeList 在 javax.management.remote.rmi 中的用法
修饰符和类型方法描述RMIConnection.getAttributes(ObjectName name, String[] attributes, Subject delegationSubject) RMIConnectionImpl_Stub.getAttributes(ObjectName $param_ObjectName_1, String[] $param_arrayOf_String_2, Subject $param_Subject_3) RMIConnectionImpl.getAttributes(ObjectName name, String[] attributes, Subject delegationSubject) RMIConnection.setAttributes(ObjectName name, MarshalledObject attributes, Subject delegationSubject) RMIConnectionImpl_Stub.setAttributes(ObjectName $param_ObjectName_1, MarshalledObject $param_MarshalledObject_2, Subject $param_Subject_3) RMIConnectionImpl.setAttributes(ObjectName name, MarshalledObject attributes, Subject delegationSubject)