public interface ExecutorServiceFactory
| Modifier and Type | Method and Description |
|---|---|
ScheduledExecutorService |
getScheduledExecutorService() |
ExecutorService |
newSingleThreadExecutorService() |
void |
shutdown() |
ScheduledExecutorService getScheduledExecutorService()
ExecutorService newSingleThreadExecutorService()
void shutdown()
Copyright © 2012-2013 Pi4J. All Rights Reserved.