net.floodlightcontroller.threadpool
Interface IThreadPoolService

All Superinterfaces:
IFloodlightService
All Known Implementing Classes:
ThreadPool

public interface IThreadPoolService
extends IFloodlightService


Method Summary
 java.util.concurrent.ScheduledExecutorService getScheduledExecutor()
          Get the master scheduled thread pool executor maintained by the ThreadPool provider.
 

Method Detail

getScheduledExecutor

java.util.concurrent.ScheduledExecutorService getScheduledExecutor()
Get the master scheduled thread pool executor maintained by the ThreadPool provider. This can be used by other modules as a centralized way to schedule tasks.

Returns: