Class StatisticsExecutorImpl
java.lang.Object
org.jboss.as.connector.services.workmanager.StatisticsExecutorImpl
- All Implemented Interfaces:
Executor,org.jboss.jca.core.api.workmanager.StatisticsExecutor
public class StatisticsExecutorImpl
extends Object
implements org.jboss.jca.core.api.workmanager.StatisticsExecutor
A StatisticsExecutor implementation keeping track of numberOfFreeThreads
- Author:
- Stefano Maestri
-
Constructor Summary
ConstructorsConstructorDescriptionStatisticsExecutorImpl(org.jboss.threads.BlockingExecutor realExecutor) StatisticsExecutorImpl constructor -
Method Summary
-
Constructor Details
-
StatisticsExecutorImpl
public StatisticsExecutorImpl(org.jboss.threads.BlockingExecutor realExecutor) StatisticsExecutorImpl constructor- Parameters:
realExecutor- the real executor we are delegating
-
-
Method Details