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 Detail
-
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()
-
-