| 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 |
|---|---|
MBeanInfo |
MBeanServer.getMBeanInfo(ObjectName
|
MBeanInfo |
MBeanServerConnection.getMBeanInfo(ObjectName
This method discovers the attributes and operations that an MBean exposes for management.
|
| Constructor and Description | |
|---|---|
MBeanAttributeInfo(String
This constructor takes the name of a simple attribute, and Method objects for reading and writing the attribute.
|
| Constructor and Description | |
|---|---|
ModelMBeanAttributeInfo(String
Constructs a ModelMBeanAttributeInfo object with a default descriptor.
|
|
ModelMBeanAttributeInfo(String
Constructs a ModelMBeanAttributeInfo object.
|
| Modifier and Type | Method and Description |
|---|---|
MBeanInfo |
RMIConnection.getMBeanInfo(ObjectName
Handles the method
MBeanServerConnection.
|
MBeanInfo |
RMIConnectionImpl.getMBeanInfo(ObjectName
|