ca.ualberta.cs.poker.free.server
Class Main

java.lang.Object
  extended by ca.ualberta.cs.poker.free.server.Main

public class Main
extends java.lang.Object


Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void newServer()
           
static void testParadigm()
           
static void testServer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Parameters:
args - the command line arguments
Throws:
java.lang.Exception

testServer

public static void testServer()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testParadigm

public static void testParadigm()
                         throws java.lang.Exception
Throws:
java.lang.Exception

newServer

public static void newServer()
                      throws java.lang.Exception
Throws:
java.lang.Exception