TD3: Add code skeleton for the hostel reservations though RMI.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 16 Mar 2018 15:22:09 +0000 (16:22 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 16 Mar 2018 15:22:09 +0000 (16:22 +0100)
commit3a8c8f1926734c79be64af8debbc807ee2eabb5e
tree71cbd2c5508d7ad840de46354bc19f0c52780098
parentae09e645684a4f53aad5566f811ab7e99d6b68ac
TD3: Add code skeleton for the hostel reservations though RMI.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
TD3/hotel/ChaineHotels.java [new file with mode: 0644]
TD3/hotel/ChaineHotelsClientRMI.java [new file with mode: 0644]
TD3/hotel/ChaineHotelsInterface.java [new file with mode: 0644]
TD3/hotel/ChaineHotelsServeurRMI.java [new file with mode: 0644]
TD3/hotel/ExceptionChambresIndispo.java [new file with mode: 0644]
TD3/hotel/ExceptionNumReservation.java [new file with mode: 0644]
TD3/hotel/Infos.java [new file with mode: 0644]
TD3/hotel/Readme.txt [new file with mode: 0644]
TD3/hotel/security.policy [new file with mode: 0644]