org.xwiki.management
Interface JMXBeanRegistration
@ComponentRole
public interface JMXBeanRegistration
Registers MBeans against the default platform MBean Server.
- Since:
- 2.4M2
- Version:
- $Id$
registerMBean
void registerMBean(Object mbean,
String name)
- Parameters:
mbean - the mbean instance to registername - 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-2011 XWiki. All Rights Reserved.