Interface ManagedDataFormatMBean
-
public interface ManagedDataFormatMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCamelId()StringgetCamelManagementName()StringgetName()StringgetState()
-
-
-
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()
-
-