org.arakhne.vmutil
Class ThreadServiceFinder.DefaultProvider
java.lang.Object
org.arakhne.vmutil.ThreadServiceFinder.DefaultProvider
- All Implemented Interfaces:
- ThreadServiceProvider
- Enclosing class:
- ThreadServiceFinder
static class ThreadServiceFinder.DefaultProvider
- extends Object
- implements ThreadServiceProvider
- Version:
- 7.2 (rev:394) 2013-03-20 23:37:56
- Author:
- Stéphane GALLAND
- Maven Group Id:
- org.arakhne.afc
- Maven Artifact Id:
- arakhneVmutils
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadServiceFinder.DefaultProvider
ThreadServiceFinder.DefaultProvider()
getExecutorService
public ExecutorService getExecutorService()
- Replies the thread executor for this provider.
- Specified by:
getExecutorService in interface ThreadServiceProvider
- Returns:
- the default executor service.
getScheduledExecutorService
public ScheduledExecutorService getScheduledExecutorService()
- Replies the scheduled thread executor for this provider.
- Specified by:
getScheduledExecutorService in interface ThreadServiceProvider
- Returns:
- the default scheduled executor service.
Copyright © 2006-2013 Arakhnê.org Consortium. All rights reserved under LGPL license terms.