public class SpringManagementMBeanAssembler extends DefaultManagementMBeanAssembler
ModelMBean
which can be used
to register the object in JMX. The springAssembler is capable of using the Spring JMX annotations to
gather the list of JMX operations and attributes.assembler, camelContext
Constructor and Description |
---|
SpringManagementMBeanAssembler(CamelContext camelContext) |
public SpringManagementMBeanAssembler(CamelContext camelContext)
public javax.management.modelmbean.ModelMBean assemble(javax.management.MBeanServer mBeanServer, Object obj, javax.management.ObjectName name) throws javax.management.JMException
ManagementMBeanAssembler
ModelMBean
.assemble
in interface ManagementMBeanAssembler
assemble
in class DefaultManagementMBeanAssembler
mBeanServer
- the mbean serverobj
- the objectname
- the object name to use in JMXModelMBean
, or null if not possible to assemble an MBeanjavax.management.JMException
- is thrown if error assembling the mbeanCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.