mud.server
Class MainServer

java.lang.Object
  extended by mud.server.MainServer

public class MainServer
extends java.lang.Object

Main Entry point into the server. Creates the server side listeners and gets things rolling

Author:
Tamar Christina

Constructor Summary
MainServer(java.lang.String[] args)
          Create a new instance of the MainServer class
 
Method Summary
static void main(java.lang.String[] args)
          Entry point
 void start()
          Start the server
 void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainServer

public MainServer(java.lang.String[] args)
Create a new instance of the MainServer class

Parameters:
args - Commandline arguments
Method Detail

main

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

Parameters:
args - Commandline arguments to pass along to corba

start

public void start()
Start the server


stop

public void stop()