JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.camel.api.management.mbean
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
()