org.infinispan.jmx
Class JBossMBeanServerLookup

java.lang.Object
  extended by org.infinispan.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
JBossMBeanServerLookup()
           
 
Method Summary
 MBeanServer getMBeanServer(Properties properties)
          Retrieves an MBeanServer instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossMBeanServerLookup

public JBossMBeanServerLookup()
Method Detail

getMBeanServer

public MBeanServer getMBeanServer(Properties properties)
Description copied from interface: MBeanServerLookup
Retrieves an MBeanServer instance.

Specified by:
getMBeanServer in interface MBeanServerLookup
Parameters:
properties - properties to configure the MBeanServer instance
Returns:
an MBeanServer instance

-->

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