java.lang.management
public class ManagementFactory extends Object
Provides access to the system's management beans via a series of static methods.
An instance of a system management bean can be obtained by using one of the following methods:
MBeanServer
to access the beans locally, or an
MBeanServerConnection
for remote
access. The attributes and operations use the limited
range of data types specified below.
The data types used by the management beans are restricted
to MBeanInfo
.
Data Type Used | Data Type Returned | |||||||||||||||||||||||||||||||||||||||||||
Primitive types (int , char , etc.) |
Same | |||||||||||||||||||||||||||||||||||||||||||
Wrapper classes (,
|