Uses of Class
javax.management.AttributeList
-
Packages that use AttributeList 软件包 描述 javax.management 提供Java管理扩展的核心类。javax.management.modelmbean 提供ModelMBean类的定义。javax.management.remote.rmi RMI连接器是JMX Remote API的连接器,它使用RMI将客户端请求传输到远程MBean服务器。 -
-
Uses of AttributeList in javax.management
Methods in javax.management that return AttributeList Modifier and Type 方法 描述 AttributeList
DynamicMBean. getAttributes(String[] attributes)
获取动态MBean的几个属性的值。AttributeList
MBeanServer. getAttributes(ObjectName name, String[] attributes)
AttributeList
MBeanServerConnection. getAttributes(ObjectName name, String[] attributes)
检索命名MBean的几个属性的值。AttributeList
StandardMBean. getAttributes(String[] attributes)
AttributeList
DynamicMBean. setAttributes(AttributeList attributes)
设置动态MBean的几个属性的值。AttributeList
MBeanServer. setAttributes(ObjectName name, AttributeList attributes)
AttributeList
MBeanServerConnection. setAttributes(ObjectName name, AttributeList attributes)
设置一个命名MBean的几个属性的值。AttributeList
StandardMBean. setAttributes(AttributeList attributes)
Methods in javax.management with parameters of type AttributeList Modifier and Type 方法 描述 boolean
AttributeList. addAll(int index, AttributeList list)
将指定的AttributeList
中的所有元素插入到此列表中,从指定的位置开始,按照指定的AttributeList
的迭代器返回它们的顺序。boolean
AttributeList. addAll(AttributeList list)
将AttributeList
指定的所有元素追加到列表的末尾,AttributeList
指定的AttributeList
的迭代器返回的AttributeList
。AttributeList
DynamicMBean. setAttributes(AttributeList attributes)
设置动态MBean的几个属性的值。AttributeList
MBeanServer. setAttributes(ObjectName name, AttributeList attributes)
AttributeList
MBeanServerConnection. setAttributes(ObjectName name, AttributeList attributes)
设置一个命名MBean的几个属性的值。AttributeList
StandardMBean. setAttributes(AttributeList attributes)
Constructors in javax.management with parameters of type AttributeList Constructor 描述 AttributeList(AttributeList list)
构造一个AttributeList
其中包含AttributeList
的元素,按AttributeList
的迭代器返回的AttributeList
。 -
Uses of AttributeList in javax.management.modelmbean
Methods in javax.management.modelmbean that return AttributeList Modifier and Type 方法 描述 AttributeList
RequiredModelMBean. getAttributes(String[] attrNames)
返回ModelMBean中的几个属性的值。AttributeList
RequiredModelMBean. setAttributes(AttributeList attributes)
设置此ModelBean的属性数组的值。Methods in javax.management.modelmbean with parameters of type AttributeList Modifier and Type 方法 描述 AttributeList
RequiredModelMBean. setAttributes(AttributeList attributes)
设置此ModelBean的属性数组的值。 -
Uses of AttributeList in javax.management.remote.rmi
Methods in javax.management.remote.rmi that return AttributeList Modifier and Type 方法 描述 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. getAttributes(ObjectName name, String[] 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)
AttributeList
RMIConnectionImpl. setAttributes(ObjectName name, MarshalledObject attributes, Subject delegationSubject)
-