Uses of Class
javax.management.Attribute
-
Packages that use Attribute 软件包 描述 javax.management 提供Java管理扩展的核心类。javax.management.modelmbean 提供ModelMBean类的定义。 -
-
Uses of Attribute in javax.management
Methods in javax.management that return types with arguments of type Attribute Modifier and Type 方法 描述 List<Attribute>
AttributeList. asList()
将此列表的视图作为List<Attribute>
。Methods in javax.management with parameters of type Attribute Modifier and Type 方法 描述 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)
设置动态MBean的特定属性的值。void
MBeanServer. setAttribute(ObjectName name, Attribute attribute)
void
MBeanServerConnection. setAttribute(ObjectName name, Attribute attribute)
设置命名MBean的特定属性的值。void
StandardMBean. setAttribute(Attribute attribute)
Constructor parameters in javax.management with type arguments of type Attribute Constructor 描述 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 Modifier and Type 方法 描述 void
ModelMBeanNotificationBroadcaster. sendAttributeChangeNotification(Attribute oldValue, Attribute newValue)
发送一个attributeChangeNotification,其中包含该属性的旧值和新值到ModelMBean上注册的AttributeChangeNotification侦听器。void
RequiredModelMBean. sendAttributeChangeNotification(Attribute inOldVal, Attribute inNewVal)
void
RequiredModelMBean. setAttribute(Attribute attribute)
设置命名的ModelMBean的特定属性的值。
-