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

All Known Implementing Classes:
LanguageEndpoint, ResourceEndpoint

public interface ManagedResourceEndpointMBean


Method Summary
 void clearContentCache()
           
 String getCamelId()
           
 String getCamelManagementName()
           
 String getState()
           
 boolean isContentCache()
           
 void setContentCache(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()


Apache Camel