public interface PlanCoordinator
PlanManagers.| Modifier and Type | Method and Description |
|---|---|
java.util.List<Step> |
getCandidates() |
java.util.Collection<PlanManager> |
getPlanManagers() |
java.util.List<Step> getCandidates()
Steps which are eligible for processing.java.util.Collection<PlanManager> getPlanManagers()
PlanManagers which the PlanCoordinator coordinates.