Uses of Class
javax.management.AttributeList
Packages that use AttributeList
Package
Description
Provides the core classes for the Java Management Extensions.
Provides the definition of the ModelMBean classes.
The RMI connector is a connector for the JMX Remote API that
uses RMI to transmit client requests to a remote MBean server.
-
Uses of AttributeList in javax.management
Methods in javax.management that return AttributeListModifier and TypeMethodDescriptionDynamicMBean.getAttributes(String[] attributes)
Get the values of several attributes of the Dynamic MBean.MBeanServer.getAttributes(ObjectName name, String[] attributes)
MBeanServerConnection.getAttributes(ObjectName name, String[] attributes)
Retrieves the values of several attributes of a named MBean.StandardMBean.getAttributes(String[] attributes)
DynamicMBean.setAttributes(AttributeList attributes)
Sets the values of several attributes of the Dynamic MBean.MBeanServer.setAttributes(ObjectName name, AttributeList attributes)
MBeanServerConnection.setAttributes(ObjectName name, AttributeList attributes)
Sets the values of several attributes of a named MBean.StandardMBean.setAttributes(AttributeList attributes)
Methods in javax.management with parameters of type AttributeListModifier and TypeMethodDescriptionboolean
AttributeList.addAll(int index, AttributeList list)
Inserts all of the elements in theAttributeList
specified into this list, starting at the specified position, in the order in which they are returned by the Iterator of theAttributeList
specified.boolean
AttributeList.addAll(AttributeList list)
Appends all the elements in theAttributeList
specified to the end of the list, in the order in which they are returned by the Iterator of theAttributeList
specified.DynamicMBean.setAttributes(AttributeList attributes)
Sets the values of several attributes of the Dynamic MBean.MBeanServer.setAttributes(ObjectName name, AttributeList attributes)
MBeanServerConnection.setAttributes(ObjectName name, AttributeList attributes)
Sets the values of several attributes of a named MBean.StandardMBean.setAttributes(AttributeList attributes)
Constructors in javax.management with parameters of type AttributeListModifierConstructorDescriptionAttributeList(AttributeList list)
Constructs anAttributeList
containing the elements of theAttributeList
specified, in the order in which they are returned by theAttributeList
's iterator. -
Uses of AttributeList in javax.management.modelmbean
Methods in javax.management.modelmbean that return AttributeListModifier and TypeMethodDescriptionRequiredModelMBean.getAttributes(String[] attrNames)
Returns the values of several attributes in the ModelMBean.RequiredModelMBean.setAttributes(AttributeList attributes)
Sets the values of an array of attributes of this ModelMBean.Methods in javax.management.modelmbean with parameters of type AttributeListModifier and TypeMethodDescriptionRequiredModelMBean.setAttributes(AttributeList attributes)
Sets the values of an array of attributes of this ModelMBean. -
Uses of AttributeList in javax.management.remote.rmi
Methods in javax.management.remote.rmi that return AttributeListModifier and TypeMethodDescriptionRMIConnection.getAttributes(ObjectName name, String[] attributes, Subject delegationSubject)
Handles the methodMBeanServerConnection.getAttributes(ObjectName, String[])
.RMIConnectionImpl_Stub.getAttributes(ObjectName $param_ObjectName_1, String[] $param_arrayOf_String_2, Subject $param_Subject_3)
RMIConnectionImpl.getAttributes(ObjectName name, String[] attributes, Subject delegationSubject)
RMIConnection.setAttributes(ObjectName name, MarshalledObject attributes, Subject delegationSubject)
Handles the methodMBeanServerConnection.setAttributes(ObjectName, AttributeList)
.RMIConnectionImpl_Stub.setAttributes(ObjectName $param_ObjectName_1, MarshalledObject $param_MarshalledObject_2, Subject $param_Subject_3)
RMIConnectionImpl.setAttributes(ObjectName name, MarshalledObject attributes, Subject delegationSubject)