net.sf.colossus.server
Class StartGameForWebclient

java.lang.Object
  extended by net.sf.colossus.server.StartGameForWebclient
All Implemented Interfaces:
IStartHandler

public class StartGameForWebclient
extends java.lang.Object
implements IStartHandler


Field Summary
private  GameServerSide game
           
private static java.util.logging.Logger LOGGER
           
private  java.lang.String username
           
private  WhatNextManager whatNextManager
           
 
Constructor Summary
StartGameForWebclient(WhatNextManager whatNextMgr)
           
 
Method Summary
private  GameServerSide getGame()
           
private  java.lang.String getHostingUsername()
           
 void startWebGameLocally(Options presetOptions, java.lang.String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

private static final java.util.logging.Logger LOGGER

whatNextManager

private final WhatNextManager whatNextManager

game

private GameServerSide game

username

private java.lang.String username
Constructor Detail

StartGameForWebclient

public StartGameForWebclient(WhatNextManager whatNextMgr)
Method Detail

startWebGameLocally

public void startWebGameLocally(Options presetOptions,
                                java.lang.String username)
Specified by:
startWebGameLocally in interface IStartHandler

getGame

private GameServerSide getGame()

getHostingUsername

private java.lang.String getHostingUsername()