Interface NrtCollector
-
- All Known Implementing Classes:
NrtCollectorJMSDLMC
public interface NrtCollector
Technology free definition of a collection satellite.a collection satellite receives
CollectionJob
from a collection commander and collects the data for them. The result should be send back to the commander via the same technology the job was received.- Author:
- Simon Walter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
start()
Starts the satellite.void
stop()
Stops the nrtcollector and cleans up all the resourcesboolean
terminated()
Tells the main thread if the satellite instance is terminated.
-