| Package | Description |
|---|---|
| javax.management |
Provides the core classes for the Java Management Extensions.
|
| javax.management.relation |
Provides the definition of the Relation Service.
|
| 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.registerMBean(Object
Registers a pre-existing object as an MBean with the MBean server.
|
void |
StandardMBean.setImplementation(Object
Replace the implementation object wrapped in this object.
|
| Constructor and Description | |
|---|---|
StandardMBean(Class
Make a DynamicMBean out of this, using the specified mbeanInterface class.
|
|
StandardMBean(T implementation, Class
Make a DynamicMBean out of the object implementation, using the specified mbeanInterface class.
|
| Constructor and Description | |
|---|---|
RoleInfo(String
Constructor.
|
|
RoleInfo(String
Constructor.
|
|
RoleInfo(String
Constructor.
|