org.alicebot.server.net
Class AliceServer

java.lang.Object
  extended by org.alicebot.server.net.AliceServer

public class AliceServer
extends java.lang.Object

A server-based Alicebot.

Author:
Jon Baer, Noel Bush

Constructor Summary
AliceServer(java.lang.String propertiesPath, Shell shell)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void shutdown()
          Performs all necessary shutdown tasks.
 void startup()
          Tries to register any listeners in the classpath, starts the http server, and then starts a Graphmaster.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AliceServer

public AliceServer(java.lang.String propertiesPath,
                   Shell shell)
Method Detail

startup

public void startup()
Tries to register any listeners in the classpath, starts the http server, and then starts a Graphmaster.


main

public static void main(java.lang.String[] args)

shutdown

public static void shutdown()
Performs all necessary shutdown tasks. Shuts down the Graphmaster and all BotProcesses.