Package org.infinispan.commons.jmx
Class PlatformMBeanServerLookup
- java.lang.Object
- 
- org.infinispan.commons.jmx.PlatformMBeanServerLookup
 
- 
- All Implemented Interfaces:
- MBeanServerLookup
 
 public class PlatformMBeanServerLookup extends Object implements MBeanServerLookup Default 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 SummaryConstructors Constructor Description PlatformMBeanServerLookup()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MBeanServergetMBeanServer(Properties properties)Retrieves anMBeanServerinstance.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.infinispan.commons.jmx.MBeanServerLookupgetMBeanServer
 
- 
 
- 
- 
- 
Method Detail- 
getMBeanServerpublic MBeanServer getMBeanServer(Properties properties) Description copied from interface:MBeanServerLookupRetrieves anMBeanServerinstance.- Specified by:
- getMBeanServerin interface- MBeanServerLookup
- Parameters:
- properties- properties to configure the MBeanServer instance
- Returns:
- an MBeanServer instance
 
 
- 
 
-