rreval
Class RReClientApp
java.lang.Object
rreval.RReClientApp
public class RReClientApp
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLIENT_PORT_RJ_DEFAULT
public static final int CLIENT_PORT_RJ_DEFAULT
- See Also:
- Constant Field Values
RReClientApp
public RReClientApp(int portRJ,
java.lang.String[] argv)
- Parameters:
portRJ
- port used for communications between the R client
and RReClientApp
.
RReClientApp
protected RReClientApp()
launch
public void launch()
getArgv
public java.lang.String[] getArgv()
shutdown
public void shutdown()
closeAllAndShutdown
public void closeAllAndShutdown()
- Close all message handlers and then calls System.exit()
remove
public void remove(ClientMessageHandler mHandler)
getNHandlers
public int getNHandlers()
main
public static void main(java.lang.String[] argv)