Package org.infinispan.jmx
Class PlatformMBeanServerLookup
java.lang.Object
org.infinispan.commons.jmx.PlatformMBeanServerLookup
org.infinispan.jmx.PlatformMBeanServerLookup
- All Implemented Interfaces:
MBeanServerLookup
,MBeanServerLookup
@Deprecated(forRemoval=true)
public class PlatformMBeanServerLookup
extends PlatformMBeanServerLookup
implements MBeanServerLookup
Deprecated, for removal: This API element is subject to removal in a future version.
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
ConstructorDescriptionDeprecated, 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.
-
PlatformMBeanServerLookup
instead