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

Nested Class Summary
static class IConcurrentFactory.ScheduledExecServices
           
 
Method Summary
 java.util.concurrent.ScheduledExecutorService getScheduledExecutorService(java.lang.String name)
           
 java.util.Collection<java.util.concurrent.ScheduledExecutorService> getScheduledExecutorServices()
           
 IStatistic getStatistic()
           
 java.util.List<IStatistic> getStatistics()
           
 java.lang.Thread getThread(java.lang.Runnable runnuble)
           
 java.lang.Thread getThread(java.lang.String namePrefix, java.lang.Runnable runnuble)
           
 java.lang.ThreadGroup getThreadGroup()
           
 java.util.List<java.lang.Thread> getThreads()
           
 void shutdownAllNow()
           
 void shutdownNow(java.util.concurrent.ScheduledExecutorService service)
           
 

Method Detail

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.