Interface ScheduledThreadPool
- 
- All Superinterfaces:
 ThreadPool
- All Known Implementing Classes:
 ScheduledThreadPoolWrapper
public interface ScheduledThreadPool extends ThreadPool
Interface representing scheduledThreadPool. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScheduledExecutorServicegetExecutor()- 
Methods inherited from interface org.opendaylight.controller.config.threadpool.ThreadPool
getMaxThreadCount 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getExecutor
ScheduledExecutorService getExecutor()
- Specified by:
 getExecutorin interfaceThreadPool
 
 - 
 
 -