rp1
Class Server

java.lang.Object
  extended by rp1.Server

public class Server
extends java.lang.Object

Provides a simple main for launching the RP1 simulator. Generally, RP1 applications are launched using a command such as java rp1.Server or java rp1.Server -p (properties file name)


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

Constructor Detail

Server

public Server()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception