jas.net
Class SimulationServer

java.lang.Object
  extended by jas.net.SimulationServer

public class SimulationServer
extends java.lang.Object


Field Summary
static int DEFAULT_SERVER_TCP_PORT
           
 
Constructor Summary
SimulationServer()
           
SimulationServer(int tcpPort)
           
 
Method Summary
 void addHandler(java.lang.String objectName, java.lang.Object object)
           
 org.apache.xmlrpc.WebServer getServer()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SERVER_TCP_PORT

public static final int DEFAULT_SERVER_TCP_PORT
See Also:
Constant Field Values
Constructor Detail

SimulationServer

public SimulationServer()

SimulationServer

public SimulationServer(int tcpPort)
Method Detail

addHandler

public void addHandler(java.lang.String objectName,
                       java.lang.Object object)

getServer

public org.apache.xmlrpc.WebServer getServer()

shutdown

public void shutdown()