org.xwiki.management
Interface JMXBeanRegistration
@Role
public interface JMXBeanRegistration
Registers MBeans against the default platform MBean Server.
- Since:
- 2.4M2
- Version:
- $Id: 7410983e86e0175fa564da939898efdcff4ef902 $
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–2014 XWiki. All rights reserved.