org.apache.camel.api.management.mbean
Interface ManagedResourceEndpointMBean

All Known Implementing Classes:
LanguageEndpoint, ResourceEndpoint

public interface ManagedResourceEndpointMBean


Method Summary
 void clearContentCache()
           
 boolean isContentCache()
           
 void setContentCache(boolean contentCache)
           
 

Method Detail

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


Apache CAMEL