org.jdiameter.common.api.concurrent
Interface IConcurrentEntityFactory
- All Known Implementing Classes:
- ConcurrentEntityFactory
public interface IConcurrentEntityFactory
- Author:
- erick.svenson@yahoo.com, Alexandre Mendonca , Bartosz Baranowski
newThreadFactory
java.util.concurrent.ThreadFactory newThreadFactory(java.lang.String threadPoolName)
newRejectedExecutionHandler
java.util.concurrent.RejectedExecutionHandler newRejectedExecutionHandler(IStatisticRecord rejectedCount)
newDefaultCallable
<L> java.util.concurrent.Callable<L> newDefaultCallable(java.util.concurrent.Callable<L> runnable,
IStatistic statistic,
IStatisticRecord... statisticRecords)
newDefaultRunnable
java.lang.Runnable newDefaultRunnable(java.lang.Runnable runnable,
IStatistic statistic,
IStatisticRecord... statisticRecords)
Copyright © 2014. All Rights Reserved.