Package org.infinispan.commons.jmx
Interface MBeanServerLookup
- All Known Subinterfaces:
MBeanServerLookup
- All Known Implementing Classes:
PlatformMBeanServerLookup
,PlatformMBeanServerLookup
public interface MBeanServerLookup
Implementors of this should return an MBeanServer to which MBeans will be registered.
- Since:
- 4.0
- Author:
- Mircea.Markus@jboss.com
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault MBeanServer
getMBeanServer
(Properties properties) Retrieves anMBeanServer
instance.
-
Method Details
-
getMBeanServer
Retrieves anMBeanServer
instance.- Parameters:
properties
- optional properties (can be null) to configure the MBeanServer instance- Returns:
- an MBeanServer instance
-
getMBeanServer
-