org.jdiameter.common.api.concurrent
Interface IConcurrentFactory
- All Known Implementing Classes:
- ConcurrentFactory, DummyConcurrentFactory
public interface IConcurrentFactory
getThread
java.lang.Thread getThread(java.lang.Runnable runnuble)
getThread
java.lang.Thread getThread(java.lang.String namePrefix,
java.lang.Runnable runnuble)
getThreads
java.util.List<java.lang.Thread> getThreads()
getThreadGroup
java.lang.ThreadGroup getThreadGroup()
getScheduledExecutorService
java.util.concurrent.ScheduledExecutorService getScheduledExecutorService(java.lang.String name)
getScheduledExecutorServices
java.util.Collection<java.util.concurrent.ScheduledExecutorService> getScheduledExecutorServices()
shutdownNow
void shutdownNow(java.util.concurrent.ScheduledExecutorService service)
getStatistic
IStatistic getStatistic()
getStatistics
IStatistic[] getStatistics()
shutdownAllNow
void shutdownAllNow()
Copyright © 2010. All Rights Reserved.