Uses of Class
javax.management.AttributeList

Packages that use AttributeList
javax.management   
javax.management.modelmbean   
org.huihoo.jfox.jmx   
 

Uses of AttributeList in javax.management
 

Methods in javax.management that return AttributeList
 AttributeList DynamicMBean.getAttributes(java.lang.String[] attributes)
          Enables the values of several attributes of the Dynamic MBean.
 AttributeList DynamicMBean.setAttributes(AttributeList attributes)
          Sets the values of several attributes of the Dynamic MBean
 AttributeList MBeanServerConnection.getAttributes(ObjectName name, java.lang.String[] attributes)
          Enables the values of several attributes of a named MBean.
 AttributeList MBeanServerConnection.setAttributes(ObjectName name, AttributeList attributes)
          Sets the values of several attributes of a named MBean.
 AttributeList StandardMBean.getAttributes(java.lang.String[] attributes)
           
 AttributeList StandardMBean.setAttributes(AttributeList attributes)
           
 AttributeList MBeanServer.getAttributes(ObjectName name, java.lang.String[] attributes)
          Enables the values of several attributes of a named MBean.
 AttributeList MBeanServer.setAttributes(ObjectName name, AttributeList attributes)
          Sets the values of several attributes of a named MBean.
 

Methods in javax.management with parameters of type AttributeList
 AttributeList DynamicMBean.setAttributes(AttributeList attributes)
          Sets the values of several attributes of the Dynamic MBean
 AttributeList MBeanServerConnection.setAttributes(ObjectName name, AttributeList attributes)
          Sets the values of several attributes of a named MBean.
 AttributeList StandardMBean.setAttributes(AttributeList attributes)
           
 AttributeList MBeanServer.setAttributes(ObjectName name, AttributeList attributes)
          Sets the values of several attributes of a named MBean.
 boolean AttributeList.addAll(AttributeList list)
          Appends all the elements in the AttributeList specified to the end of the list, in the order in which they are returned by the Iterator of the AttributeList specified.
 boolean AttributeList.addAll(int index, AttributeList list)
          Inserts all of the elements in the AttributeList specified into this list, starting at the specified position, in the order in which they are returned by the Iterator of the AttributeList specified.
 

Constructors in javax.management with parameters of type AttributeList
AttributeList(AttributeList list)
          Constructs an AttributeList containing the elements of the AttributeList specified, in the order in which they are returned by the AttributeList's iterator.
 

Uses of AttributeList in javax.management.modelmbean
 

Methods in javax.management.modelmbean that return AttributeList
 AttributeList RequiredModelMBean.getAttributes(java.lang.String[] attributes)
          Returns the values of several attributes in the ModelMBean.
 AttributeList RequiredModelMBean.setAttributes(AttributeList attributes)
          Sets the values of an array of attributes of this ModelMBean.
 

Methods in javax.management.modelmbean with parameters of type AttributeList
 AttributeList RequiredModelMBean.setAttributes(AttributeList attributes)
          Sets the values of an array of attributes of this ModelMBean.
 

Uses of AttributeList in org.huihoo.jfox.jmx
 

Methods in org.huihoo.jfox.jmx that return AttributeList
 AttributeList MBeanServerSupport.getAttributes(ObjectName objectName, java.lang.String[] attributes)
           
 AttributeList MBeanServerSupport.setAttributes(ObjectName objectName, AttributeList attributes)
           
 AttributeList MBeanMetaDataSupport.getAttributes(java.lang.String[] attributes)
           
 AttributeList MBeanMetaDataSupport.setAttributes(AttributeList attributes)
           
 AttributeList MBeanMetaData.getAttributes(java.lang.String[] attributes)
           
 AttributeList MBeanMetaData.setAttributes(AttributeList attributes)
           
 AttributeList DynamicMBeanMetaDataSupport.getAttributes(java.lang.String[] attributes)
           
 AttributeList DynamicMBeanMetaDataSupport.setAttributes(AttributeList attributes)
           
 

Methods in org.huihoo.jfox.jmx with parameters of type AttributeList
 AttributeList MBeanServerSupport.setAttributes(ObjectName objectName, AttributeList attributes)
           
 AttributeList MBeanMetaDataSupport.setAttributes(AttributeList attributes)
           
 AttributeList MBeanMetaData.setAttributes(AttributeList attributes)
           
 AttributeList DynamicMBeanMetaDataSupport.setAttributes(AttributeList attributes)