Class PlatformMBeanServerLookup

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

@Deprecated(forRemoval=true) public class PlatformMBeanServerLookup extends org.infinispan.commons.jmx.PlatformMBeanServerLookup implements MBeanServerLookup
Deprecated, for removal: This API element is subject to removal in a future version.
Use PlatformMBeanServerLookup instead
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:
Mircea.Markus@jboss.com
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Methods inherited from class org.infinispan.commons.jmx.PlatformMBeanServerLookup

    getMBeanServer

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.infinispan.commons.jmx.MBeanServerLookup

    getMBeanServer, getMBeanServer
  • Constructor Details

    • PlatformMBeanServerLookup

      public PlatformMBeanServerLookup()
      Deprecated, for removal: This API element is subject to removal in a future version.