所有类


类 javax.management.Attribute
的使用

使用 Attribute 的软件包
javax.management 提供 Java Management Extensions 的核心类。 
javax.management.modelmbean 提供了 ModelMBean 类的定义。 
 

javax.managementAttribute 的使用
 

参数类型为 Attributejavax.management 中的方法
 void AttributeList.add(Attribute object)
          添加指定的 Attribute 作为列表的最后一个元素。
 void AttributeList.add(int index, Attribute object)
          插入指定的属性作为指定位置处的元素。
 void AttributeList.set(int index, Attribute object)
          将指定位置的元素设置为指定的属性。
 void StandardMBean.setAttribute(Attribute attribute)
           
 void DynamicMBean.setAttribute(Attribute attribute)
          设置 Dynamic MBean 的特定属性的值。
 void MBeanServerConnection.setAttribute(ObjectName name, Attribute attribute)
          设置指定 MBean 的特定属性值。
 void MBeanServer.setAttribute(ObjectName name, Attribute attribute)
          设置指定 MBean 的特定属性值。
 

javax.management.modelmbeanAttribute 的使用
 

参数类型为 Attributejavax.management.modelmbean 中的方法
 void RequiredModelMBean.sendAttributeChangeNotification(Attribute inOldVal, Attribute inNewVal)
           
 void ModelMBeanNotificationBroadcaster.sendAttributeChangeNotification(Attribute oldValue, Attribute newValue)
          将包含属性的原有值和新值的 attributeChangeNotification 发送到 ModelMBean 上已注册的 AttributeChangeNotification 侦听器。
 void RequiredModelMBean.setAttribute(Attribute attribute)
          设置指定的 ModelMBean 的指定属性的值。
 


所有类

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部