Interface ManagedResourceEndpointMBean
-
public interface ManagedResourceEndpointMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearContentCache()StringgetCamelId()StringgetCamelManagementName()StringgetState()booleanisContentCache()voidsetContentCache(boolean contentCache)
-
-
-
Method Detail
-
getCamelId
@ManagedAttribute(description="Camel context ID") String getCamelId()
-
getCamelManagementName
@ManagedAttribute(description="Camel ManagementName") String getCamelManagementName()
-
getState
@ManagedAttribute(description="Endpoint service state") String getState()
-
isContentCache
@ManagedAttribute(description="Whether the content is cached") boolean isContentCache()
-
setContentCache
@ManagedAttribute(description="Whether the content is cached") void setContentCache(boolean contentCache)
-
clearContentCache
@ManagedOperation(description="Clears the content cache") void clearContentCache()
-
-