| 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 |
|---|---|
Object |
MBeanServer.getAttribute(ObjectName
|
Object |
MBeanServerConnection.getAttribute(ObjectName
Gets the value of a specific attribute of a named MBean.
|
Object |
DynamicMBean.getAttribute(String
Obtain the value of a specific attribute of the Dynamic MBean.
|
Object |
StandardMBean.getAttribute(String
|
void |
DynamicMBean.setAttribute(Attribute
Set the value of a specific attribute of the Dynamic MBean.
|
void |
StandardMBean.setAttribute(Attribute
|
void |
MBeanServer.setAttribute(ObjectName
|
void |
MBeanServerConnection.setAttribute(ObjectName
Sets the value of a specific attribute of a named MBean.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
RequiredModelMBean.getAttribute(String
Returns the value of a specific attribute defined for this ModelMBean.
|
void |
RequiredModelMBean.setAttribute(Attribute
Sets the value of a specific attribute of a named ModelMBean.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
RMIConnection.getAttribute(ObjectName
Handles the method
MBeanServerConnection.
|
Object |
RMIConnectionImpl.getAttribute(ObjectName
|
void |
RMIConnection.setAttribute(ObjectName
Handles the method
MBeanServerConnection.
|
void |
RMIConnectionImpl.setAttribute(ObjectName
|