| 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.openmbean |
Provides the open data types and Open MBean descriptor 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 |
|---|---|
protected MBeanInfo |
StandardMBean.getCachedMBeanInfo()
Customization hook: Return the MBeanInfo cached for this object.
|
MBeanInfo |
DynamicMBean.getMBeanInfo()
Provides the exposed attributes and actions of the Dynamic MBean using an MBeanInfo object.
|
MBeanInfo |
StandardMBean.getMBeanInfo()
Get the
MBeanInfo for this MBean.
|
MBeanInfo |
MBeanServer.getMBeanInfo(ObjectName
|
MBeanInfo |
MBeanServerConnection.getMBeanInfo(ObjectName
This method discovers the attributes and operations that an MBean exposes for management.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StandardMBean.cacheMBeanInfo(MBeanInfo
Customization hook: cache the MBeanInfo built for this object.
|
protected String |
StandardMBean.getClassName(MBeanInfo
Customization hook: Get the className that will be used in the MBeanInfo returned by this MBean.
|
protected String |
StandardMBean.getDescription(MBeanInfo
Customization hook: Get the description that will be used in the MBeanInfo returned by this MBean.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModelMBeanInfoSupport
This class represents the meta data for ModelMBeans.
|
| Modifier and Type | Method and Description |
|---|---|
MBeanInfo |
RequiredModelMBean.getMBeanInfo()
Returns the attributes, operations, constructors and notifications that this RequiredModelMBean exposes for management.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpenMBeanInfoSupport
The
OpenMBeanInfoSupport class describes the management information of an
open MBean: it is a subclass of
MBeanInfo, and it implements the
OpenMBeanInfo interface.
|
| Modifier and Type | Method and Description |
|---|---|
MBeanInfo |
RMIConnection.getMBeanInfo(ObjectName
Handles the method
MBeanServerConnection.
|
MBeanInfo |
RMIConnectionImpl.getMBeanInfo(ObjectName
|