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 变量和类型 方法 描述 voidAttributeList. add(int index, Attribute object)在指定的位置插入指定为元素的属性。voidAttributeList. add(Attribute object)添加指定为列表的最后一个元素的Attribute。voidAttributeList. set(int index, Attribute object)将指定位置的元素设置为指定的属性。voidDynamicMBean. setAttribute(Attribute attribute)设置Dynamic MBean的特定属性的值。voidMBeanServer. setAttribute(ObjectName name, Attribute attribute)voidMBeanServerConnection. 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 变量和类型 方法 描述 voidModelMBeanNotificationBroadcaster. sendAttributeChangeNotification(Attribute oldValue, Attribute newValue)将包含属性的旧值和新值的attributeChangeNotification发送到ModelMBean上已注册的AttributeChangeNotification侦听器。voidRequiredModelMBean. setAttribute(Attribute attribute)设置命名ModelMBean的特定属性的值。
-