Interface BackgroundScheduler
- All Known Implementing Classes:
DefaultExecutive,WebThreadAffinityExecutive
public interface BackgroundScheduler
Optional interface for Executive to implement to indicate it supports
background scheduling of Runnable instances.
Some Executive implementations can only have ProcessState
scoped Thread instances that disallow long running background
Thread. However, long running background Thread allows more
efficiency in running scheduled Runnable instances.
- Author:
- Daniel Sagenschneider
-
Method Summary