| Package | Description |
|---|---|
| javax.management |
Provides the core classes for the Java Management Extensions.
|
| 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 |
|---|---|
ObjectInstance |
MBeanServer.createMBean(String
Instantiates and registers an MBean in the MBean server.
|
ObjectInstance |
MBeanServerConnection.createMBean(String
Instantiates and registers an MBean in the MBean server.
|
ObjectInstance |
MBeanServer.createMBean(String
Instantiates and registers an MBean in the MBean server.
|
ObjectInstance |
MBeanServerConnection.createMBean(String
Instantiates and registers an MBean in the MBean server.
|
ObjectInstance |
MBeanServer.createMBean(String
Instantiates and registers an MBean in the MBean server.
|
ObjectInstance |
MBeanServerConnection.createMBean(String
Instantiates and registers an MBean in the MBean server.
|
ObjectInstance |
MBeanServer.createMBean(String
Instantiates and registers an MBean in the MBean server.
|
ObjectInstance |
MBeanServerConnection.createMBean(String
Instantiates and registers an MBean in the MBean server.
|
ObjectInstance |
MBeanServer.getObjectInstance(ObjectName
|
ObjectInstance |
MBeanServerConnection.getObjectInstance(ObjectName
Gets the
ObjectInstance for a given MBean registered with the MBean server.
|
ObjectInstance |
MBeanServer.registerMBean(Object
Registers a pre-existing object as an MBean with the MBean server.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
MBeanServer.queryMBeans(ObjectName
Gets MBeans controlled by the MBean server.
|
Set |
MBeanServerConnection.queryMBeans(ObjectName
Gets MBeans controlled by the MBean server.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
RMIConnection.queryMBeans(ObjectName
Handles the method
MBeanServerConnection.
|
Set |
RMIConnectionImpl.queryMBeans(ObjectName
|