Package | Description |
---|---|
org.jboss.jca.core.api.workmanager |
The API for the IronJacamar Core/WorkManager module.
|
org.jboss.jca.core.workmanager |
This package contains the WorkManager implementation.
|
Modifier and Type | Method and Description |
---|---|
StatisticsExecutor |
WorkManager.getLongRunningThreadPool()
Retrieve the executor for long running tasks
|
StatisticsExecutor |
WorkManager.getShortRunningThreadPool()
Retrieve the executor for short running tasks
|
Modifier and Type | Class and Description |
---|---|
class |
StatisticsExecutorImpl
A StatisticsExecutor implementation keeping track of numberOfFreeThreads
|
Modifier and Type | Method and Description |
---|---|
StatisticsExecutor |
WorkManagerImpl.getLongRunningThreadPool()
Retrieve the executor for long running tasks
|
StatisticsExecutor |
WorkManagerImpl.getShortRunningThreadPool()
Retrieve the executor for short running tasks
|
Constructor and Description |
---|
WorkEventListener(boolean isLong,
StatisticsExecutor shortThreadPool,
StatisticsExecutor longThreadPool,
Address address,
Transport transport)
Constructor
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)