Class ManagedBeanIntrospection
java.lang.Object
org.apache.camel.management.mbean.ManagedService
org.apache.camel.management.mbean.ManagedBeanIntrospection
- All Implemented Interfaces:
org.apache.camel.api.management.ManagedInstance,org.apache.camel.api.management.mbean.ManagedBeanIntrospectionMBean,org.apache.camel.api.management.mbean.ManagedServiceMBean
@ManagedResource(description="Managed BeanIntrospection")
public class ManagedBeanIntrospection
extends ManagedService
implements org.apache.camel.api.management.mbean.ManagedBeanIntrospectionMBean
-
Constructor Summary
ConstructorsConstructorDescriptionManagedBeanIntrospection(org.apache.camel.CamelContext context, org.apache.camel.spi.BeanIntrospection beanIntrospection) -
Method Summary
Modifier and TypeMethodDescriptionvoidorg.apache.camel.spi.BeanIntrospectionvoidvoidsetExtendedStatistics(Boolean extendedStatistics) Methods inherited from class org.apache.camel.management.mbean.ManagedService
getCamelId, getCamelManagementName, getContext, getInstance, getRoute, getRouteId, getService, getServiceType, getState, init, isStaticService, isSupportSuspension, isSuspended, resume, setRoute, start, stop, suspendMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.api.management.mbean.ManagedServiceMBean
getCamelId, getCamelManagementName, getRouteId, getServiceType, getState, isStaticService, isSupportSuspension, isSuspended, resume, start, stop, suspend
-
Constructor Details
-
ManagedBeanIntrospection
public ManagedBeanIntrospection(org.apache.camel.CamelContext context, org.apache.camel.spi.BeanIntrospection beanIntrospection)
-
-
Method Details
-
getBeanIntrospection
-
getInvokedCounter
- Specified by:
getInvokedCounterin interfaceorg.apache.camel.api.management.mbean.ManagedBeanIntrospectionMBean
-
isExtendedStatistics
- Specified by:
isExtendedStatisticsin interfaceorg.apache.camel.api.management.mbean.ManagedBeanIntrospectionMBean
-
setExtendedStatistics
- Specified by:
setExtendedStatisticsin interfaceorg.apache.camel.api.management.mbean.ManagedBeanIntrospectionMBean
-
resetCounters
- Specified by:
resetCountersin interfaceorg.apache.camel.api.management.mbean.ManagedBeanIntrospectionMBean
-
getCachedClasses
- Specified by:
getCachedClassesin interfaceorg.apache.camel.api.management.mbean.ManagedBeanIntrospectionMBean
-
clearCache
- Specified by:
clearCachein interfaceorg.apache.camel.api.management.mbean.ManagedBeanIntrospectionMBean
-