public interface ManagedBeanIntrospectionMBean extends ManagedServiceMBean
| Modifier and Type | Method and Description |
|---|---|
void |
clearCache() |
Long |
getCachedClasses() |
Long |
getInvokedCounter() |
Boolean |
isExtendedStatistics() |
void |
resetCounters() |
void |
setExtendedStatistics(Boolean extendedStatistics) |
getCamelId, getCamelManagementName, getRouteId, getServiceType, getState, isStaticService, isSupportSuspension, isSuspended, resume, start, stop, suspend@ManagedAttribute(description="Number of times bean introspection has been invoked") Long getInvokedCounter()
@ManagedAttribute(description="Whether to gather extended statistics for introspection usage") Boolean isExtendedStatistics()
@ManagedAttribute(description="Whether to gather extended statistics for introspection usage") void setExtendedStatistics(Boolean extendedStatistics)
@ManagedOperation(description="Rests the statistic counters") void resetCounters()
@ManagedAttribute(description="Number of cached introspected bean classes") Long getCachedClasses()
@ManagedOperation(description="Clears the cache for introspected bean classes") void clearCache()
Apache Camel