rreval
Class RReServerApp

java.lang.Object
  extended by rreval.RReServerApp

public class RReServerApp
extends java.lang.Object


Field Summary
static int SERVER_PORT_JJ_DEFAULT
           
static int SERVER_PORT_RJ_DEFAULT
           
 
Constructor Summary
RReServerApp(int portRJ, int portJJ)
           
 
Method Summary
 void closeConnections()
           
 void launch()
           
static void main(java.lang.String[] argv)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER_PORT_RJ_DEFAULT

public static final int SERVER_PORT_RJ_DEFAULT
See Also:
Constant Field Values

SERVER_PORT_JJ_DEFAULT

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

RReServerApp

public RReServerApp(int portRJ,
                    int portJJ)
Parameters:
portRJ - port for communications between rreServer (R) and RReServerApp
portJJ - port for communications between RReServerApp and RReClientApp.
Method Detail

launch

public void launch()

closeConnections

public void closeConnections()
                      throws java.io.IOException
Throws:
java.io.IOException

shutdown

public void shutdown()

main

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