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. |
public MBeanServer getMBeanServer(Properties properties)
MBeanServerLookupMBeanServer instance.getMBeanServer in interface MBeanServerLookupproperties - properties to configure the MBeanServer instanceCopyright © 2012 JBoss by Red Hat. All Rights Reserved.