public class PlatformMBeanServerLookup extends Object implements MBeanServerLookup
MBeanServerLookup, will return the platform MBean server.
Note: to enable platform MBeanServer the following system property should be passed to the Sun JVM:
-Dcom.sun.management.jmxremote.| Constructor and Description |
|---|
PlatformMBeanServerLookup() |
| Modifier and Type | Method and Description |
|---|---|
MBeanServer |
getMBeanServer(Properties properties)
Retrieves an
MBeanServer instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMBeanServerpublic MBeanServer getMBeanServer(Properties properties)
MBeanServerLookupMBeanServer instance.getMBeanServer in interface MBeanServerLookupproperties - optional properties (can be null) to configure the MBeanServer instanceCopyright © 2022 JBoss by Red Hat. All rights reserved.