Interface TaskStore

All Known Implementing Classes:
TaskStoreImpl

public interface TaskStore
This interface describes basic Task storing functionality, where every Task is uniquely represented by both its ID, and the Facility and Service it contains.

Storage is meant to be in-memory pool.