Interface Scheduler
-
- All Known Implementing Classes:
DefaultScheduler
public interface Scheduler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deschedule(uk.co.ractf.polaris.api.task.Task task)
uk.co.ractf.polaris.api.instance.Instance
schedule(uk.co.ractf.polaris.api.task.Task task)
-