|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrreval.RReServerApp
public class RReServerApp
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 |
---|
public static final int SERVER_PORT_RJ_DEFAULT
public static final int SERVER_PORT_JJ_DEFAULT
Constructor Detail |
---|
public RReServerApp(int portRJ, int portJJ)
portRJ
- port for communications between rreServer (R) and
RReServerApp
portJJ
- port for communications between RReServerApp
and RReClientApp
.Method Detail |
---|
public void launch()
public void closeConnections() throws java.io.IOException
java.io.IOException
public void shutdown()
public static void main(java.lang.String[] argv)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |