| 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 |
|---|---|
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.
|
ObjectInputStream |
MBeanServer.deserialize(String
Deprecated.
Use
MBeanServer to obtain the class loader repository and use it to deserialize.
|
ObjectInputStream |
MBeanServer.deserialize(String
Deprecated.
Use
getClassLoader to obtain the class loader for deserialization.
|
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
|
AttributeList |
MBeanServer.getAttributes(ObjectName
|
AttributeList |
MBeanServerConnection.getAttributes(ObjectName
Retrieves the values of several attributes of a named MBean.
|
MBeanInfo |
MBeanServer.getMBeanInfo(ObjectName
|
MBeanInfo |
MBeanServerConnection.getMBeanInfo(ObjectName
This method discovers the attributes and operations that an MBean exposes for management.
|
Object |
MBeanServer.instantiate(String
Instantiates an object using the list of all class loaders registered in the MBean server's
Class Loader Repository.
|
Object |
MBeanServer.instantiate(String
Instantiates an object using the list of all class loaders registered in the MBean server
Class Loader Repository.
|
Object |
MBeanServer.instantiate(String
Instantiates an object using the class Loader specified by its
ObjectName.
|
Object |
MBeanServer.instantiate(String
Instantiates an object.
|
Object |
MBeanServer.invoke(ObjectName
|
Object |
MBeanServerConnection.invoke(ObjectName
Invokes an operation on an MBean.
|
Object |
DynamicMBean.invoke(String
Allows an action to be invoked on the Dynamic MBean.
|
Object |
StandardMBean.invoke(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.
|
AttributeList |
MBeanServer.setAttributes(ObjectName
|
AttributeList |
MBeanServerConnection.setAttributes(ObjectName
Sets the values of several attributes 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.
|
Object |
RequiredModelMBean.invoke(String
Invokes a method on or through a RequiredModelMBean and returns the result of the method execution.
|
void |
RequiredModelMBean.setAttribute(Attribute
Sets the value of a specific attribute of a named ModelMBean.
|