|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PersistentDataException in cad.simcad.cac.network |
Methods in cad.simcad.cac.network that throw PersistentDataException | |
EmergencyVehicule |
RMINetworkAcceptor_Stub.registerNewEmergencyVehicle()
|
EmergencyVehicule |
RMINetworkAcceptor.registerNewEmergencyVehicle()
Ask to CAC to register a new EmergencyVehicle in its Persistent Data storage returns the newly create EmergencyVehicule |
Uses of PersistentDataException in cad.simcad.ClientImpl |
Methods in cad.simcad.ClientImpl that throw PersistentDataException | |
EmergencyVehicule |
RMIConnector.registerNewEmergencyVehicle()
Ask to CAC to register a new EmergencyVehicle in its Persistent Data storage returns the newly create EmergencyVehicule |
Uses of PersistentDataException in cad.simcad.dummies |
Methods in cad.simcad.dummies that throw PersistentDataException | |
Id |
DumPersistentDataLinkI.associateTeam(Team t,
EmergencyVehicule e)
associate a team and an emergencyVehicule |
java.util.Vector |
DumPersistentDataLinkI.getAllTeams()
|
void |
DumPersistentDataLinkI.insertTeam(Team t)
insertion of a new team in the db |
void |
DumPersistentDataLinkI.insertTeam(Team t,
EmergencyVehicule e)
insert a team in the db and associate this team with an EmergencyVehicule |
EmergencyVehicule |
DumPersistentDataLinkI.getAssociatedVehicule(Id incId)
|
void |
DumPersistentDataLinkI.IncVehiculeAssociation(Id incId,
Id vehiculeId)
|
Form |
DumPersistentDataLinkI.compareForm(Form f)
|
boolean |
DumPersistentDataLinkI.isAchieved(Id incId)
methode renvoyant true si l'incident dont l'id est passe en argument est cloture. |
Uses of PersistentDataException in cad.simcad.main_server |
Methods in cad.simcad.main_server that throw PersistentDataException | |
Incident |
MissionRecorderI.createIncident(Form f)
Create an Incident object from the Form given in argument |
Incident |
MissionRecorderI.changeEmergencyVehicule(Incident i)
Cette methode reattribue une amb a l'incident i Ici ya une couille dans le pate. si une amb est free et ne repond pas aux ordres de partir en mission. |
EmergencyVehicule |
CACControler.registerNewEmergencyVehicle()
|
Uses of PersistentDataException in cad.simcad.ObjectImpl |
Methods in cad.simcad.ObjectImpl that throw PersistentDataException | |
Form |
PersistentDataLinkI.saveForm(Form f)
insertion of a new form in the database |
Incident |
PersistentDataLinkI.saveIncident(Incident i,
Id formId)
insertion of a new incident in the database |
java.util.Vector |
PersistentDataLinkI.getAllVehicule()
return a vector of all the emergency vehicule |
Id |
PersistentDataLinkI.insertEmergencyVehicule(EmergencyVehicule ev)
insert a new emergency vehicule in the database |
java.util.Vector |
PersistentDataLinkI.get12HoursAllIncident()
return a vector with the incident which take place in the last 12 hours. |
java.util.Vector |
PersistentDataLinkI.getAllImcompleteIncident()
return a vector with all the incident which are not complete. |
java.util.Vector |
PersistentDataLinkI.getAllForm()
return a vector with all the form. |
void |
PersistentDataLinkI.achievedUpdate(Id incId,
boolean achieved)
|
void |
PersistentDataLinkI.IncVehiculeAssociation(Id incId,
Id vehiculeId)
Establish in the db an association between an Incident and a Emergency Vehicle |
java.util.Vector |
PersistentDataLinkI.getAllTeams()
return a vector with all the teams. |
Id |
PersistentDataLinkI.associateTeam(Team t,
EmergencyVehicule e)
associate a team and an emergencyVehicule |
void |
PersistentDataLinkI.insertTeam(Team t)
insertion of a new team in the db |
void |
PersistentDataLinkI.insertTeam(Team t,
EmergencyVehicule e)
insert a team in the db and associate this team with an EmergencyVehicule |
EmergencyVehicule |
PersistentDataLinkI.getAssociatedVehicule(Id vehicId)
Establish in the db an association between an Incident and a Emergency Vehicle |
Form |
PersistentDataLinkI.compareForm(Form f)
|
boolean |
PersistentDataLinkI.isAchieved(Id incId)
|
Uses of PersistentDataException in cad.simcad.objectserver.spec.cac.db |
Methods in cad.simcad.objectserver.spec.cac.db that throw PersistentDataException | |
Form |
PersistentDataLink.saveForm(Form f)
insertion of a new form in the database |
Incident |
PersistentDataLink.saveIncident(Incident i,
Id formId)
insertion of a new incident in the database |
java.util.Vector |
PersistentDataLink.getAllVehicule()
return a vector of all the emergency vehicule |
Id |
PersistentDataLink.insertEmergencyVehicule(EmergencyVehicule ev)
insert a new emergency vehicule in the database |
java.util.Vector |
PersistentDataLink.get12HoursAllIncident()
return a vector with the incident which take place in the last 12 hours. |
java.util.Vector |
PersistentDataLink.getAllImcompleteIncident()
return a vector with all the incident which are not complete. |
java.util.Vector |
PersistentDataLink.getAllForm()
return a vector with all the form. |
void |
PersistentDataLink.achievedUpdate(Id incId,
boolean achieved)
return a vector with all the teams. |
java.util.Vector |
PersistentDataLink.getAllTeams()
|
Id |
PersistentDataLink.associateTeam(Team t,
EmergencyVehicule e)
associate a team and an emergencyVehicule |
void |
PersistentDataLink.insertTeam(Team t)
insertion of a new team in the db |
void |
PersistentDataLink.insertTeam(Team t,
EmergencyVehicule e)
insert a team in the db and associate this team with an EmergencyVehicule |
EmergencyVehicule |
PersistentDataLink.getAssociatedVehicule(Id vehicId)
return the emergencyVehicule with the ID vehicId |
void |
PersistentDataLink.IncVehiculeAssociation(Id incId,
Id vehiculeId)
Establish in the db an association between an Incident and a Emergency Vehicle |
Form |
PersistentDataLink.compareForm(Form f)
|
boolean |
PersistentDataLink.isAchieved(Id incId)
methode renvoyant true si l'incident dont l'id est passe en argument est cloture. |
Uses of PersistentDataException in cad.simcad.objectserver.spec.cac.network |
Methods in cad.simcad.objectserver.spec.cac.network that throw PersistentDataException | |
EmergencyVehicule |
NetworkAcceptor.registerNewEmergencyVehicle()
Ask to CAC to register a new EmergencyVehicle in its Persistent Data storage returns the newly create EmergencyVehicule |
EmergencyVehicule |
NetworkConnector.registerNewEmergencyVehicle()
Ask to CAC to register a new EmergencyVehicle in its Persistent Data storage returns the newly create EmergencyVehicule |
Uses of PersistentDataException in cad.simcad.objectserver.spec.cac.server |
Methods in cad.simcad.objectserver.spec.cac.server that throw PersistentDataException | |
void |
MissionManager.processMission(FieldSet fs)
Methode appelee par NetworkAcceptor. |
EmergencyVehicule |
CACMaintenanceService.registerNewEmergencyVehicle()
Ask to CAC to register a new EmergencyVehicle in its Persistent Data storage returns the newly create EmergencyVehicule |
Incident |
MissionRecorder.createIncident(Form f)
Create an Incident object from the Form given in argument |
Incident |
MissionRecorder.changeEmergencyVehicule(Incident i)
|
Uses of PersistentDataException in cad.simcad.objectserver.spec.sim |
Methods in cad.simcad.objectserver.spec.sim that throw PersistentDataException | |
EmergencyVehicule |
SimWorldCAC.registerNewEmergencyVehicle()
Ask to CAC to register a new EmergencyVehicle in its Persistent Data storage |
Uses of PersistentDataException in cad.simcad.worldsimulator.world |
Methods in cad.simcad.worldsimulator.world that throw PersistentDataException | |
EmergencyVehicule |
CaCWorld.registerNewEmergencyVehicle()
Ask to CAC to register a new EmergencyVehicle in its Persistent Data storage |
|
![]() |
||||||||||
PREV NEXT | FRAMES NO FRAMES |