@ManagedResource(description="Managed DataFormat") public class ManagedDataFormat extends Object implements ManagedInstance, ManagedDataFormatMBean
| Constructor and Description |
|---|
ManagedDataFormat(CamelContext camelContext,
DataFormat dataFormat) |
| Modifier and Type | Method and Description |
|---|---|
TabularData |
explain(boolean allOptions) |
String |
getCamelId() |
String |
getCamelManagementName() |
CamelContext |
getContext() |
DataFormat |
getDataFormat() |
DataFormat |
getInstance()
Gets the resource which is being managed.
|
String |
getName() |
String |
getState() |
String |
informationJson() |
void |
init(ManagementStrategy strategy) |
public ManagedDataFormat(CamelContext camelContext, DataFormat dataFormat)
public void init(ManagementStrategy strategy)
public DataFormat getDataFormat()
public CamelContext getContext()
public String getName()
getName in interface ManagedDataFormatMBeanpublic String getCamelId()
getCamelId in interface ManagedDataFormatMBeanpublic String getCamelManagementName()
getCamelManagementName in interface ManagedDataFormatMBeanpublic String getState()
getState in interface ManagedDataFormatMBeanpublic String informationJson()
informationJson in interface ManagedDataFormatMBeanpublic TabularData explain(boolean allOptions)
explain in interface ManagedDataFormatMBeanpublic DataFormat getInstance()
ManagedInstancegetInstance in interface ManagedInstanceProcessor, Consumer etc.Apache Camel