org.jdiameter.common.api.concurrent
Interface IConcurrentFactory
- All Known Implementing Classes:
- ConcurrentFactory, DummyConcurrentFactory
public interface IConcurrentFactory
- Author:
- erick.svenson@yahoo.com, Alexandre Mendonca , Bartosz Baranowski
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
java.util.List<IStatistic> getStatistics()
shutdownAllNow
void shutdownAllNow()
Copyright © 2014. All Rights Reserved.