getCompilationMXBean() Returns the singleton MXBean for the virtual machine's
compilation system if and only if the virtual machine has a
compilation system enabled .
Returns the singleton MXBean for the virtual machine's
compilation system if and only if the virtual machine has a
compilation system enabled . If no compilation exists for this
virtual machine, a null is returned.
the virtual machine's CompilationMXBeanornull if there is no compilation system for thisvirtual machine.
Returns a list of all of the instances of
GarbageCollectorMXBean in this virtual machine. Owing to the dynamic nature of this kind of
MXBean, it is possible that instances may be created or
destroyed between the invocation and return of this method.
a list of all known GarbageCollectorMXBean s inthis virtual machine.
Returns a list of all of the instances of
MemoryManagerMXBean in
this virtual machine. Owing to the dynamic nature of this kind of
MXBean, it is possible that instances may be created or
destroyed between the invocation and return of this method.
Note that the list of MemoryManagerMXBean instances will
include instances of MemoryManagerMXBean sub-types such as
GarbageCollectorMXBean.
a list of all known MemoryManagerMXBean s in thisvirtual machine.
Returns a list of all of the instances of
MemoryPoolMXBean in
this virtual machine. Owing to the dynamic nature of this kind of
MXBean, it is possible that instances may be created or
destroyed between the invocation and return of this method.
a list of all known MemoryPoolMXBean s in thisvirtual machine.
Returns a reference to the virtual machine's platform
MBeanServer. This MBeanServer will have
all of the platform MXBean s registered with it including
any dynamic MXBean s (e.g. instances of
GarbageCollectorMXBean that may be unregistered and destroyed at
a later time.
In order to simplify the process of distribution and discovery of managed
beans it is good practice to register all managed beans (in addition to
the platform MXBeans) with this server.
A custom MBeanServer can be created by this method if the
System property javax.management.builder.initial has been
set with the fully qualified name of a subclass of
javax.management.MBeanServerBuilder .
< Parameters: T - > Parameters: connection - Parameters: mxbeanName - Parameters: mxbeanInterface - a new proxy object representing the named MXBean.All subsequent method invocations on the proxy will be routedthrough the supplied MBeanServerConnection object. throws: IOException -