public class ConcurrentEntityFactory extends Object implements IConcurrentEntityFactory
| Constructor and Description |
|---|
ConcurrentEntityFactory() |
| Modifier and Type | Method and Description |
|---|---|
<L> Callable<L> |
newDefaultCallable(Callable<L> runnable,
IStatistic statistic,
IStatisticRecord... statisticRecords) |
Runnable |
newDefaultRunnable(Runnable runnable,
IStatistic statistic,
IStatisticRecord... statisticRecords) |
RejectedExecutionHandler |
newRejectedExecutionHandler(IStatisticRecord rejectedCount) |
ThreadFactory |
newThreadFactory(String threadPoolName) |
public ThreadFactory newThreadFactory(String threadPoolName)
newThreadFactory in interface IConcurrentEntityFactorypublic RejectedExecutionHandler newRejectedExecutionHandler(IStatisticRecord rejectedCount)
newRejectedExecutionHandler in interface IConcurrentEntityFactorypublic <L> Callable<L> newDefaultCallable(Callable<L> runnable, IStatistic statistic, IStatisticRecord... statisticRecords)
newDefaultCallable in interface IConcurrentEntityFactorypublic Runnable newDefaultRunnable(Runnable runnable, IStatistic statistic, IStatisticRecord... statisticRecords)
newDefaultRunnable in interface IConcurrentEntityFactoryCopyright © 2016. All Rights Reserved.