Examples of DBConstructor


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
Copyright © 2018 www.massapi.com. 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.