org.xwiki.management
Interface JMXBeanRegistration


@Role
public interface JMXBeanRegistration

Registers MBeans against the default platform MBean Server.

Since:
2.4M2
Version:
$Id: 7410983e86e0175fa564da939898efdcff4ef902 $

Method Summary
 void registerMBean(Object mbean, String name)
           
 

Method Detail

registerMBean

void registerMBean(Object mbean,
                   String name)
Parameters:
mbean - the mbean instance to register
name - the name under which to register, for example "type=Velocity,domain=Engines,name=someName". Note that the domain is registered by default and shouldn't be passed


Copyright © 2004-2013 XWiki. All Rights Reserved.