Uses of Class
javax.management.AttributeList

Packages that use AttributeList
javax.management Provides the core classes for the Java Management Extensions. 
javax.management.modelmbean Provides the definition of the ModelMBean classes. 
 

Uses of AttributeList in javax.management
 

Methods in javax.management that return AttributeList
 AttributeList DynamicMBean.getAttributes(String[] attributes)
          Get 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, 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 MBeanServer.getAttributes(ObjectName name, String[] attributes)
          Gets 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.
 AttributeList StandardMBean.getAttributes(String[] attributes)
           
 AttributeList StandardMBean.setAttributes(AttributeList attributes)
           
 

Methods in javax.management with parameters of type AttributeList
 AttributeList DynamicMBean.setAttributes(AttributeList attributes)
          Sets the values of several attributes of the Dynamic 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.
 AttributeList MBeanServerConnection.setAttributes(ObjectName name, AttributeList attributes)
          Sets 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.
 AttributeList StandardMBean.setAttributes(AttributeList attributes)
           
 

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(String[] attrNames)
          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.
 


JMX Specification 1.2 Maintenance Release
Generated from RI build jmx-1_2_2_03-b34.1 2005.02.08_17:06:19_MET

Copyright 1999-2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.