| Package | Description |
|---|---|
| javax.management |
Provides the core classes for the Java Management Extensions.
|
| javax.management.modelmbean |
Provides the definition of the ModelMBean classes.
|
| javax.management.remote.rmi |
The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeList |
MBeanServer.getAttributes(ObjectName
|
AttributeList |
MBeanServerConnection.getAttributes(ObjectName
Retrieves the values of several attributes of a named MBean.
|
AttributeList |
DynamicMBean.getAttributes(String
Get the values of several attributes of the Dynamic MBean.
|
AttributeList |
StandardMBean.getAttributes(String
|
AttributeList |
DynamicMBean.setAttributes(AttributeList
Sets the values of several attributes of the Dynamic MBean.
|
AttributeList |
StandardMBean.setAttributes(AttributeList
|
AttributeList |
MBeanServer.setAttributes(ObjectName
|
AttributeList |
MBeanServerConnection.setAttributes(ObjectName
Sets the values of several attributes of a named MBean.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AttributeList.addAll(AttributeList
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
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 |
DynamicMBean.setAttributes(AttributeList
Sets the values of several attributes of the Dynamic MBean.
|
AttributeList |
StandardMBean.setAttributes(AttributeList
|
AttributeList |
MBeanServer.setAttributes(ObjectName
|
AttributeList |
MBeanServerConnection.setAttributes(ObjectName
Sets the values of several attributes of a named MBean.
|
| Constructor and Description | |
|---|---|
AttributeList(AttributeList
Constructs an
AttributeList containing the elements of the
AttributeList specified, in the order in which they are returned by the
AttributeList's iterator.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeList |
RequiredModelMBean.getAttributes(String
Returns the values of several attributes in the ModelMBean.
|
AttributeList |
RequiredModelMBean.setAttributes(AttributeList
Sets the values of an array of attributes of this ModelMBean.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeList |
RequiredModelMBean.setAttributes(AttributeList
Sets the values of an array of attributes of this ModelMBean.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeList |
RMIConnection.getAttributes(ObjectName
Handles the method
MBeanServerConnection.
|
AttributeList |
RMIConnectionImpl.getAttributes(ObjectName
|
AttributeList |
RMIConnection.setAttributes(ObjectName
Handles the method
MBeanServerConnection.
|
AttributeList |
RMIConnectionImpl.setAttributes(ObjectName
|