Package org.infinispan.jmx
Class PlatformMBeanServerLookup
- java.lang.Object
-
- org.infinispan.commons.jmx.PlatformMBeanServerLookup
-
- org.infinispan.jmx.PlatformMBeanServerLookup
-
- All Implemented Interfaces:
MBeanServerLookup
,MBeanServerLookup
@Deprecated public class PlatformMBeanServerLookup extends PlatformMBeanServerLookup implements MBeanServerLookup
Deprecated.UsePlatformMBeanServerLookup
insteadDefault implementation forMBeanServerLookup
, 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 PlatformMBeanServerLookup()
Deprecated.
-
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
-
-