Package org.infinispan.commons.jmx
Interface MBeanServerLookup
-
- All Known Implementing Classes:
PlatformMBeanServerLookup
public interface MBeanServerLookupImplementors of this should return an MBeanServer to which MBeans will be registered.- Since:
- 4.0
- Author:
- Mircea.Markus@jboss.com
- See Also:
PlatformMBeanServerLookup
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default MBeanServergetMBeanServer()MBeanServergetMBeanServer(Properties properties)Retrieves anMBeanServerinstance.
-
-
-
Method Detail
-
getMBeanServer
MBeanServer getMBeanServer(Properties properties)
Retrieves anMBeanServerinstance.- Parameters:
properties- optional properties (can be null) to configure the MBeanServer instance- Returns:
- an MBeanServer instance
-
getMBeanServer
default MBeanServer getMBeanServer()
-
-