Class ManagedAsyncProcessorAwaitManager
java.lang.Object
org.apache.camel.management.mbean.ManagedService
org.apache.camel.management.mbean.ManagedAsyncProcessorAwaitManager
- All Implemented Interfaces:
org.apache.camel.api.management.ManagedInstance,org.apache.camel.api.management.mbean.ManagedAsyncProcessorAwaitManagerMBean,org.apache.camel.api.management.mbean.ManagedServiceMBean
@ManagedResource(description="Managed AsyncProcessorAwaitManager")
public class ManagedAsyncProcessorAwaitManager
extends ManagedService
implements org.apache.camel.api.management.mbean.ManagedAsyncProcessorAwaitManagerMBean
-
Constructor Summary
ConstructorsConstructorDescriptionManagedAsyncProcessorAwaitManager(org.apache.camel.CamelContext context, org.apache.camel.spi.AsyncProcessorAwaitManager manager) -
Method Summary
Modifier and TypeMethodDescriptionbrowse()org.apache.camel.spi.AsyncProcessorAwaitManagerlonglonglongintgetSize()longlonglongvoidbooleanbooleanvoidvoidsetInterruptThreadsWhileStopping(boolean interruptThreadsWhileStopping) voidsetStatisticsEnabled(boolean statisticsEnabled) 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
-
ManagedAsyncProcessorAwaitManager
public ManagedAsyncProcessorAwaitManager(org.apache.camel.CamelContext context, org.apache.camel.spi.AsyncProcessorAwaitManager manager)
-
-
Method Details
-
getAsyncProcessorAwaitManager
-
isInterruptThreadsWhileStopping
- Specified by:
isInterruptThreadsWhileStoppingin interfaceorg.apache.camel.api.management.mbean.ManagedAsyncProcessorAwaitManagerMBean
-
setInterruptThreadsWhileStopping
- Specified by:
setInterruptThreadsWhileStoppingin interfaceorg.apache.camel.api.management.mbean.ManagedAsyncProcessorAwaitManagerMBean
-
getSize
- Specified by:
getSizein interfaceorg.apache.camel.api.management.mbean.ManagedAsyncProcessorAwaitManagerMBean
-
browse
- Specified by:
browsein interfaceorg.apache.camel.api.management.mbean.ManagedAsyncProcessorAwaitManagerMBean
-
interrupt
- Specified by:
interruptin interfaceorg.apache.camel.api.management.mbean.ManagedAsyncProcessorAwaitManagerMBean
-
getThreadsBlocked
- Specified by:
getThreadsBlockedin interfaceorg.apache.camel.api.management.mbean.ManagedAsyncProcessorAwaitManagerMBean
-
getThreadsInterrupted
- Specified by:
getThreadsInterruptedin interfaceorg.apache.camel.api.management.mbean.ManagedAsyncProcessorAwaitManagerMBean
-
getTotalDuration
- Specified by:
getTotalDurationin interfaceorg.apache.camel.api.management.mbean.ManagedAsyncProcessorAwaitManagerMBean
-
getMinDuration
- Specified by:
getMinDurationin interfaceorg.apache.camel.api.management.mbean.ManagedAsyncProcessorAwaitManagerMBean
-
getMaxDuration
- Specified by:
getMaxDurationin interfaceorg.apache.camel.api.management.mbean.ManagedAsyncProcessorAwaitManagerMBean
-
getMeanDuration
- Specified by:
getMeanDurationin interfaceorg.apache.camel.api.management.mbean.ManagedAsyncProcessorAwaitManagerMBean
-
resetStatistics
- Specified by:
resetStatisticsin interfaceorg.apache.camel.api.management.mbean.ManagedAsyncProcessorAwaitManagerMBean
-
isStatisticsEnabled
- Specified by:
isStatisticsEnabledin interfaceorg.apache.camel.api.management.mbean.ManagedAsyncProcessorAwaitManagerMBean
-
setStatisticsEnabled
- Specified by:
setStatisticsEnabledin interfaceorg.apache.camel.api.management.mbean.ManagedAsyncProcessorAwaitManagerMBean
-