Uses of Class
javax.management.Attribute
-
Packages that use Attribute 软件包 描述 javax.management 提供Java Management Extensions的核心类。javax.management.modelmbean 提供ModelMBean类的定义。 -
-
Uses of Attribute in javax.management
Methods in javax.management that return types with arguments of type Attribute 变量和类型 方法 描述 List<Attribute>
AttributeList. asList()
以List<Attribute>
返回此列表的List<Attribute>
。Methods in javax.management with parameters of type Attribute 变量和类型 方法 描述 void
AttributeList. add(int index, Attribute object)
在指定的位置插入指定为元素的属性。void
AttributeList. add(Attribute object)
添加指定为列表的最后一个元素的Attribute
。void
AttributeList. set(int index, Attribute object)
将指定位置的元素设置为指定的属性。void
DynamicMBean. setAttribute(Attribute attribute)
设置Dynamic MBean的特定属性的值。void
MBeanServer. setAttribute(ObjectName name, Attribute attribute)
void
MBeanServerConnection. setAttribute(ObjectName name, Attribute attribute)
设置指定MBean的特定属性的值。Constructor parameters in javax.management with type arguments of type Attribute 构造器 描述 AttributeList(List<Attribute> list)
构造一个AttributeList
其中包含指定的AttributeList
的元素,按照List
的迭代器返回的List
。 -
Uses of Attribute in javax.management.modelmbean
Methods in javax.management.modelmbean with parameters of type Attribute 变量和类型 方法 描述 void
ModelMBeanNotificationBroadcaster. sendAttributeChangeNotification(Attribute oldValue, Attribute newValue)
将包含属性的旧值和新值的attributeChangeNotification发送到ModelMBean上已注册的AttributeChangeNotification侦听器。void
RequiredModelMBean. setAttribute(Attribute attribute)
设置命名ModelMBean的特定属性的值。
-