| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| org.apache.camel.management |
Camel management
|
| Modifier and Type | Method and Description |
|---|---|
ManagementMBeanAssembler |
CamelContext.getManagementMBeanAssembler()
Returns the management mbean assembler
|
| Modifier and Type | Method and Description |
|---|---|
protected ManagementMBeanAssembler |
DefaultCamelContext.createManagementMBeanAssembler()
Lazily create a default implementation
|
ManagementMBeanAssembler |
DefaultCamelContext.getManagementMBeanAssembler() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCamelContext.setManagementMBeanAssembler(ManagementMBeanAssembler managementMBeanAssembler) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultManagementMBeanAssembler
An assembler to assemble a
ModelMBean which can be used
to register the object in JMX. |
Apache Camel