|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cad.simcad.dummies.DumMissionTracker
Constructor Summary | |
DumMissionTracker(CacMediatorI ca)
Creates a new instance of DumMissionTracker |
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 |
waitForAck(Incident i,
int typeAck)
Method that spaws a thread waiting for an Ack from the Vehicle associated with the Incident given in parameters |
void |
warnVehicule(Incident i)
Warn the vehicule associated with the incident |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DumMissionTracker(CacMediatorI ca)
Method Detail |
public TrackerReport getTrackerReport(Incident i) throws java.lang.RuntimeException
getTrackerReport
in interface MissionTracker
i
- Incident
RunTimeException
- No Implementation
java.lang.RuntimeException
public void trackMission(Incident inc)
trackMission
in interface MissionTracker
public void waitForAck(Incident i, int typeAck)
i
- an IncidenttypeAck
- type Ackpublic void warnVehicule(Incident i) throws ConnectionToObjectException
warnVehicule
in interface MissionTracker
i
- an IncidentConnectionToObjectException
- if the method could not consistently be sure that
the Vehicule has been warned.
|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |