| poker.Poker
Poker | public class Poker extends StandardApplication implements java.io.Serializable(Code) | | This is the main application object
that handles the appication wide data,
like the GameManager.
|
getGameManager | public GameManager getGameManager()(Code) | | Return the game manager for this application.
|
requestPreprocessor | public boolean requestPreprocessor(HttpPresentationComms comms) throws Exception(Code) | | This method pre processes all requests
|
shutdown | public void shutdown()(Code) | | Shutdown the application.
|
startup | public void startup(Config appConfig) throws ApplicationException(Code) | | |
toHtml | public String toHtml()(Code) | | This is an optional function, used only by the Multiserver's graphical
administration. This bit of HTML appears in the status page for this
application. In this case, it displays the House Statistics
which include total earnings, total players, etc.
HTML that is displayed in the status page of the Multiserver. |
|
|