Package org.infinispan.commons.jmx
Class JBossMBeanServerLookup
- java.lang.Object
-
- org.infinispan.commons.jmx.JBossMBeanServerLookup
-
- All Implemented Interfaces:
MBeanServerLookup
public class JBossMBeanServerLookup extends Object implements MBeanServerLookup
MBeanServer lookup implementation to locate the JBoss MBeanServer.- Since:
- 4.2
- Author:
- Galder ZamarreƱo
-
-
Constructor Summary
Constructors Constructor Description JBossMBeanServerLookup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MBeanServer
getMBeanServer(Properties properties)
Retrieves anMBeanServer
instance.-
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
-
-
-
-
Method Detail
-
getMBeanServer
public MBeanServer getMBeanServer(Properties properties)
Description copied from interface:MBeanServerLookup
Retrieves anMBeanServer
instance.- Specified by:
getMBeanServer
in interfaceMBeanServerLookup
- Parameters:
properties
- properties to configure the MBeanServer instance- Returns:
- an MBeanServer instance
-
-