Uses of Class
javax.management.AttributeList

Packages that use AttributeList
javax.management   
javax.management.modelmbean   
mx4j   
mx4j.adaptor.rmi   
mx4j.connector   
mx4j.server   
mx4j.server.interceptor   
 

Uses of AttributeList in javax.management
 

Methods in javax.management that return AttributeList
 AttributeList MBeanServer.getAttributes(ObjectName objectName, java.lang.String[] attributes)
           
 AttributeList MBeanServer.setAttributes(ObjectName objectName, AttributeList attributes)
           
 AttributeList DynamicMBean.getAttributes(java.lang.String[] attributes)
          Returns an AttributeList given an array of attributes.
 AttributeList DynamicMBean.setAttributes(AttributeList attributes)
          Set the attribute using the given attribute as an AttributeList
 

Methods in javax.management with parameters of type AttributeList
 AttributeList MBeanServer.setAttributes(ObjectName objectName, AttributeList attributes)
           
 AttributeList DynamicMBean.setAttributes(AttributeList attributes)
          Set the attribute using the given attribute as an AttributeList
 boolean AttributeList.addAll(AttributeList c)
           
 boolean AttributeList.addAll(int index, AttributeList c)
           
 

Constructors in javax.management with parameters of type AttributeList
AttributeList(AttributeList list)
           
 

Uses of AttributeList in javax.management.modelmbean
 

Methods in javax.management.modelmbean that return AttributeList
 AttributeList RequiredModelMBean.getAttributes(java.lang.String[] attributes)
           
 AttributeList RequiredModelMBean.setAttributes(AttributeList attributes)
           
 

Methods in javax.management.modelmbean with parameters of type AttributeList
 AttributeList RequiredModelMBean.setAttributes(AttributeList attributes)
           
 

Uses of AttributeList in mx4j
 

Methods in mx4j that return AttributeList
 AttributeList AbstractDynamicMBean.getAttributes(java.lang.String[] attributes)
          Returns the manageable attributes, as specified by the DynamicMBean interface.
 AttributeList AbstractDynamicMBean.setAttributes(AttributeList attributes)
          Sets the manageable attributes, as specified by the DynamicMBean interface.
 

Methods in mx4j with parameters of type AttributeList
 AttributeList AbstractDynamicMBean.setAttributes(AttributeList attributes)
          Sets the manageable attributes, as specified by the DynamicMBean interface.
 

Uses of AttributeList in mx4j.adaptor.rmi
 

Methods in mx4j.adaptor.rmi that return AttributeList
 AttributeList UnmarshallingMBeanServer.setAttributes(ObjectName objectName, AttributeList attributes)
           
 

Methods in mx4j.adaptor.rmi with parameters of type AttributeList
 AttributeList UnmarshallingMBeanServer.setAttributes(ObjectName objectName, AttributeList attributes)
           
 

Uses of AttributeList in mx4j.connector
 

Methods in mx4j.connector that return AttributeList
 AttributeList RemoteMBeanServer.getAttributes(ObjectName objectName, java.lang.String[] attributes)
           
 AttributeList RemoteMBeanServer.setAttributes(ObjectName objectName, AttributeList attributes)
           
 AttributeList MBeanServerConnection.getAttributes(ObjectName objectName, java.lang.String[] attributes)
           
 AttributeList MBeanServerConnection.setAttributes(ObjectName objectName, AttributeList attributes)
           
 

Methods in mx4j.connector with parameters of type AttributeList
 AttributeList RemoteMBeanServer.setAttributes(ObjectName objectName, AttributeList attributes)
           
 AttributeList MBeanServerConnection.setAttributes(ObjectName objectName, AttributeList attributes)
           
 

Uses of AttributeList in mx4j.server
 

Methods in mx4j.server that return AttributeList
 AttributeList MBeanServerImpl.getAttributes(ObjectName objectName, java.lang.String[] attributes)
           
 AttributeList MBeanServerImpl.setAttributes(ObjectName objectName, AttributeList attributes)
          Sets the attribute of an MBean
 AttributeList ChainedMBeanServer.getAttributes(ObjectName objectName, java.lang.String[] attributes)
           
 AttributeList ChainedMBeanServer.setAttributes(ObjectName objectName, AttributeList attributes)
           
 

Methods in mx4j.server with parameters of type AttributeList
 AttributeList MBeanServerImpl.setAttributes(ObjectName objectName, AttributeList attributes)
          Sets the attribute of an MBean
 AttributeList ChainedMBeanServer.setAttributes(ObjectName objectName, AttributeList attributes)
           
 

Uses of AttributeList in mx4j.server.interceptor
 

Methods in mx4j.server.interceptor that return AttributeList
 AttributeList SecurityMBeanServerInterceptor.getAttributes(MBeanMetaData metadata, java.lang.String[] attributes)
           
 AttributeList SecurityMBeanServerInterceptor.setAttributes(MBeanMetaData metadata, AttributeList attributes)
           
 AttributeList MBeanServerInterceptor.getAttributes(MBeanMetaData metadata, java.lang.String[] attributes)
           
 AttributeList MBeanServerInterceptor.setAttributes(MBeanMetaData metadata, AttributeList attributes)
           
 AttributeList InvokerMBeanServerInterceptor.getAttributes(MBeanMetaData metadata, java.lang.String[] attributes)
           
 AttributeList InvokerMBeanServerInterceptor.setAttributes(MBeanMetaData metadata, AttributeList attributes)
           
 AttributeList DefaultMBeanServerInterceptor.getAttributes(MBeanMetaData metadata, java.lang.String[] attributes)
           
 AttributeList DefaultMBeanServerInterceptor.setAttributes(MBeanMetaData metadata, AttributeList attributes)
           
 AttributeList ContextClassLoaderMBeanServerInterceptor.getAttributes(MBeanMetaData metadata, java.lang.String[] attributes)
           
 AttributeList ContextClassLoaderMBeanServerInterceptor.setAttributes(MBeanMetaData metadata, AttributeList attributes)
           
 

Methods in mx4j.server.interceptor with parameters of type AttributeList
 AttributeList SecurityMBeanServerInterceptor.setAttributes(MBeanMetaData metadata, AttributeList attributes)
           
 AttributeList MBeanServerInterceptor.setAttributes(MBeanMetaData metadata, AttributeList attributes)
           
 AttributeList InvokerMBeanServerInterceptor.setAttributes(MBeanMetaData metadata, AttributeList attributes)
           
 AttributeList DefaultMBeanServerInterceptor.setAttributes(MBeanMetaData metadata, AttributeList attributes)
           
 AttributeList ContextClassLoaderMBeanServerInterceptor.setAttributes(MBeanMetaData metadata, AttributeList attributes)
           
 



Copyright © 2001-2002 MX4J Team. All Rights Reserved.