JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.camel.api.management.mbean
ManagedDataFormatMBean
Contents
Description
Method Summary
Method Details
getName()
getCamelId()
getCamelManagementName()
getState()
Hide sidebar
Show sidebar
Interface ManagedDataFormatMBean
public interface
ManagedDataFormatMBean
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getCamelId
()
String
getCamelManagementName
()
String
getName
()
String
getState
()
Method Details
getName
@ManagedAttribute
(
description
="The name of the data format")
String
getName
()
getCamelId
@ManagedAttribute
(
description
="Camel ID")
String
getCamelId
()
getCamelManagementName
@ManagedAttribute
(
description
="Camel ManagementName")
String
getCamelManagementName
()
getState
@ManagedAttribute
(
description
="DataFormat State")
String
getState
()