cad.simcad.objectserver.spec.cac.server
Interface MissionTracker

All Known Implementing Classes:
CADMissionTracker, DumMissionTracker

public interface MissionTracker

This module is used to launch and track a Mission

Author:
Charles-Philip

Method Summary
 TrackerReport getTrackerReport(Incident i)
          Not Implemented in current version
 void trackMission(Incident inc)
          methode ajoutee pour traiter tout le trackage d'un coup
 void warnVehicule(Incident i)
          Warn the vehicule associated with the incident
 

Method Detail

trackMission

public void trackMission(Incident inc)
methode ajoutee pour traiter tout le trackage d'un coup


warnVehicule

public void warnVehicule(Incident i)
                  throws ConnectionToObjectException
Warn the vehicule associated with the incident

Parameters:
i - an Incident
Pre:
An incident object associated with an vehicule
Throws:
ConnectionToObjectException - if the method could not consistently be sure that the Vehicule has been warned.
Post:
The Vehicules's MDTs are called. Incident's information is sent to MDT's

getTrackerReport

public TrackerReport getTrackerReport(Incident i)
                               throws java.lang.RuntimeException
Not Implemented in current version

Parameters:
i - Incident
Returns:
A TrackerReport
Throws:
RunTimeException - No Implementation
java.lang.RuntimeException

Logo

With the help of www.sourceforge.net and www.info.ucl.ac.be