Package com.caplin.motif
Interface ThreadMode.ScheduledExecutorWrapper
-
- Enclosing interface:
- ThreadMode
public static interface ThreadMode.ScheduledExecutorWrapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScheduledExecutorService
getScheduledExecutorService()
void
release()
Called when the ScheduledExecutorService is no longer used by a trade.
-
-
-
Method Detail
-
getScheduledExecutorService
ScheduledExecutorService getScheduledExecutorService()
-
release
void release()
Called when the ScheduledExecutorService is no longer used by a trade.
-
-