org.jdiameter.common.api.concurrent
Class DummyConcurrentFactory
java.lang.Object
org.jdiameter.common.api.concurrent.DummyConcurrentFactory
- All Implemented Interfaces:
- IConcurrentFactory
public class DummyConcurrentFactory
- extends java.lang.Object
- implements IConcurrentFactory
- Author:
- erick.svenson@yahoo.com, Alexandre Mendonca , Bartosz Baranowski
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyConcurrentFactory
public DummyConcurrentFactory()
getThread
public java.lang.Thread getThread(java.lang.Runnable runnuble)
- Specified by:
getThread in interface IConcurrentFactory
getThread
public java.lang.Thread getThread(java.lang.String namePrefix,
java.lang.Runnable runnuble)
- Specified by:
getThread in interface IConcurrentFactory
getThreads
public java.util.List<java.lang.Thread> getThreads()
- Specified by:
getThreads in interface IConcurrentFactory
getThreadGroup
public java.lang.ThreadGroup getThreadGroup()
- Specified by:
getThreadGroup in interface IConcurrentFactory
getScheduledExecutorService
public java.util.concurrent.ScheduledExecutorService getScheduledExecutorService(java.lang.String name)
- Specified by:
getScheduledExecutorService in interface IConcurrentFactory
getScheduledExecutorServices
public java.util.Collection<java.util.concurrent.ScheduledExecutorService> getScheduledExecutorServices()
- Specified by:
getScheduledExecutorServices in interface IConcurrentFactory
shutdownNow
public void shutdownNow(java.util.concurrent.ScheduledExecutorService service)
- Specified by:
shutdownNow in interface IConcurrentFactory
getStatistic
public IStatistic getStatistic()
- Specified by:
getStatistic in interface IConcurrentFactory
getStatistics
public java.util.List<IStatistic> getStatistics()
- Specified by:
getStatistics in interface IConcurrentFactory
shutdownAllNow
public void shutdownAllNow()
- Specified by:
shutdownAllNow in interface IConcurrentFactory
Copyright © 2014. All Rights Reserved.