站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jmx API Documentation 英文版文档

Uses of Class javax.management.Attribute (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


Uses of Class
javax.management.Attribute

Packages that use Attribute
javax.management   
javax.management.modelmbean   
org.jboss.mx.capability   
org.jboss.mx.modelmbean   
org.jboss.mx.server   
org.jboss.mx.util Utilities for the Java Management Extentions API. 
 

Uses of Attribute in javax.management
 

Methods in javax.management with parameters of type Attribute
 void StandardMBean.setAttribute(Attribute attribute)
           
 void MBeanServerConnection.setAttribute(ObjectName name, Attribute attribute)
          Set a value for an MBean.
 void MBeanServer.setAttribute(ObjectName name, Attribute attribute)
          Set a value for an MBean.
 void DynamicMBean.setAttribute(Attribute attribute)
          Sets the value of an attribute.
 void AttributeList.add(Attribute object)
          Append an Attribute to the list.
 void AttributeList.add(int index, Attribute object)
          Insert a new Attribute into the list at the specified location.
 void AttributeList.set(int index, Attribute object)
          Change the attribute at the specified location.
 

Uses of Attribute in javax.management.modelmbean
 

Methods in javax.management.modelmbean with parameters of type Attribute
 void RequiredModelMBean.setAttribute(Attribute attribute)
           
 void RequiredModelMBean.sendAttributeChangeNotification(Attribute inOldVal, Attribute inNewVal)
           
 void ModelMBeanNotificationBroadcaster.sendAttributeChangeNotification(Attribute inOldVal, Attribute inNewVal)
           
 

Uses of Attribute in org.jboss.mx.capability
 

Methods in org.jboss.mx.capability with parameters of type Attribute
 void ReflectedMBeanDispatcher.setAttribute(Attribute attribute)
           
 

Uses of Attribute in org.jboss.mx.modelmbean
 

Methods in org.jboss.mx.modelmbean with parameters of type Attribute
 void RequiredModelMBeanInvoker.setAttribute(Attribute attribute)
           
 void ModelMBeanInvoker.sendAttributeChangeNotification(Attribute oldValue, Attribute newValue)
          Sends an attribute change notification.
 

Uses of Attribute in org.jboss.mx.server
 

Methods in org.jboss.mx.server with parameters of type Attribute
 void RawDynamicInvoker.setAttribute(Attribute attribute)
           
 void MBeanServerImpl.setAttribute(ObjectName name, Attribute attribute)
           
 void AbstractMBeanInvoker.setAttribute(Attribute attribute)
          Sets an attribute value.
 

Uses of Attribute in org.jboss.mx.util
 

Methods in org.jboss.mx.util with parameters of type Attribute
 void DynamicMBeanSupport.setAttribute(Attribute attribute)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.