public class CamelCatalogMBeanExporter extends Object
CamelCatalog
in JMX.Modifier and Type | Field and Description |
---|---|
static String |
MBEAN_NAME |
Constructor and Description |
---|
CamelCatalogMBeanExporter() |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroys and un-registers the
CamelCatalog from JMX. |
protected ObjectName |
getObjectName() |
void |
init()
Initializes and exports the
CamelCatalog in JMX using the domain name,
which can be obtained using getObjectName() . |
public static final String MBEAN_NAME
public void init() throws Exception
CamelCatalog
in JMX using the domain name,
which can be obtained using getObjectName()
.Exception
- is thrown if error during registrationpublic void destroy() throws Exception
CamelCatalog
from JMX.Exception
- is thrown if error during un-registrationprotected ObjectName getObjectName() throws Exception
Exception
Apache Camel