Class PlatformMBeanServerLookup

  • All Implemented Interfaces:
    org.infinispan.commons.jmx.MBeanServerLookup, MBeanServerLookup

    @Deprecated
    public class PlatformMBeanServerLookup
    extends Object
    implements MBeanServerLookup
    Deprecated.
    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 Detail

      • PlatformMBeanServerLookup

        public PlatformMBeanServerLookup()
        Deprecated.
    • Method Detail

      • getMBeanServer

        public MBeanServer getMBeanServer​(Properties properties)
        Deprecated.
        Description copied from interface: org.infinispan.commons.jmx.MBeanServerLookup
        Retrieves an MBeanServer instance.
        Specified by:
        getMBeanServer in interface org.infinispan.commons.jmx.MBeanServerLookup
        Parameters:
        properties - properties to configure the MBeanServer instance
        Returns:
        an MBeanServer instance