org.infinispan.jmx
Interface MBeanServerLookup

All Known Implementing Classes:
JBossMBeanServerLookup, 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:
PlatformMBeanServerLookup

Method Summary
 MBeanServer getMBeanServer(Properties properties)
          Retrieves an MBeanServer instance.
 

Method Detail

getMBeanServer

MBeanServer getMBeanServer(Properties properties)
Retrieves an MBeanServer instance.

Parameters:
properties - properties to configure the MBeanServer instance
Returns:
an MBeanServer instance

-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.