Package scotlandyard.server.DataBase

Examples of scotlandyard.server.DataBase.DBConstructor


      //I feel that we need to remove the game
      return dcedPlayers.get(p.getName());
    }
   
  private MainServer() {
    dbManager = new DBConstructor();
    games = new HashMap<String, GameServer>();
    gamesRunning = new HashMap<String, GameServer>();
    dcedPlayers  =  new HashMap<String, GameServer>();
    openGame("dummyGame1");
  }
View Full Code Here

TOP

Related Classes of scotlandyard.server.DataBase.DBConstructor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.