Class PlatformMBeanServerLookup

java.lang.Object
org.infinispan.commons.jmx.PlatformMBeanServerLookup
All Implemented Interfaces:
MBeanServerLookup

public class PlatformMBeanServerLookup extends Object implements MBeanServerLookup
Default implementation for 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.

Since:
4.0
Author:
[email protected]
  • Constructor Details

    • PlatformMBeanServerLookup

      public PlatformMBeanServerLookup()
  • Method Details