Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Refunding the restart mechanism.
authorSébastien Miquée <sebastien.miquee@univ-fcomte.fr>
Fri, 8 Jul 2011 15:02:15 +0000 (17:02 +0200)
committerSébastien Miquée <sebastien.miquee@univ-fcomte.fr>
Fri, 8 Jul 2011 15:02:15 +0000 (17:02 +0200)
commitf74ee61df3fbc8cf8371347069a715270a3e8a72
tree02c540450ef7db3e308fee7ed0f1a4b9b1eb4a35
parentd83793da6e881ebab006a50a47fbba914e65f9cf
Refunding the restart mechanism.
  - adding the running application class
  - changing management of time_of_last_save (in running application now)
src/and/hpcvm/Client.java
src/and/hpcvm/ComputingClient.java [new file with mode: 0644]
src/and/hpcvm/ConnectedClient.java [new file with mode: 0644]
src/and/hpcvm/RunningApplication.java [new file with mode: 0644]
src/and/hpcvm/SaveNeighbor.java [new file with mode: 0644]
src/and/hpcvm/Server.java
src/and/hpcvm/ServicesClient.java
src/and/hpcvm/ServicesServer.java
src/and/hpcvm/VirtualMachine.java