Uses of Class
javax.management.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
Modifier 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) Modifier 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) ModifierConstructorDescriptionAttributeList
(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
Modifier 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.Modifier and TypeMethodDescriptionRequiredModelMBean.setAttributes
(AttributeList attributes) Sets the values of an array of attributes of this ModelMBean. -
Uses of AttributeList in javax.management.remote.rmi
Modifier 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)