Method Summary |
|
public void | addGame(PokerGame thisGame) |
public void | addGameToDB(PokerGame newGame) |
public boolean | authenticate(String name, String pw) |
public boolean | authenticateInDB(String name, String pw) |
public boolean | authenticateInMemory(String name, String pw) |
public int | getCount() |
public PokerGame | getGame(String name) |
public PokerGame | getGameInMemory(String name) |
public boolean | getIsNameUsed(String name) |
public boolean | getIsNameUsedInDB(String name) |
public boolean | getIsNameUsedInMemory(String name) |
public int | getRank(int cash) |
public Vector | getTopTen() |
public Vector | getTopTenInDB() |
public Vector | getTopTenInMemory() |
public void | removeDBGame(String name) |
public void | removeGame(String thisName) |
public void | removeMemoryGame(String name) |
public void | setUseDB(boolean useDB) |
public void | updateGame(PokerGame thisGame) |