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

All Known Implementing Classes:
CADMissionManager

public interface MissionManager

Version:
1.0
Author:
Charles-Philip Bentley, Pablo

Method Summary
 void processMission(FieldSet fs)
          Methode appelee par NetworkAcceptor.
 

Method Detail

processMission

public void processMission(FieldSet fs)
                    throws CACMissionRecordingException,
                           FormException,
                           PersistentDataException
Methode appelee par NetworkAcceptor. Initie une mission en creant un Form object a partir du FieldSet et a partir de la va enregistrer le formulaire. Cree un incident a partir de ce formulaire. Delegue le tracking de cet incident a Mission Tracker. Ceci se fait dans une nouvelle thread.

Parameters:
fs - A FieldSet Object
Pre:
-
Throws:
CACMissionRecordingException - if there was an error while recording the mission
FormException
PersistentDataException
Post:
fs n'est pas modifie un formulaire est enregistre dans la base de donnees. Si le formulaire ne correspond pas a un Incident, un nouvel incident est enregistre dans la DB. new MissionTacker session is launched

Logo

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