Add: ServerLauncher
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package it.polimi.ingsw.gc14;
|
||||
|
||||
|
||||
public class ServerLauncher {
|
||||
public static void main(String[] args){
|
||||
// TODO
|
||||
// Deve avere una coda con gli eventi.
|
||||
// Il server RMI e il server TCP quando ricevono un doEvent devono aggiungere l'evento alla coda condivisa
|
||||
// Questa classe esegue gli eventi nella coda e chiama il notify all e notify error sia RMI che TCP
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user