cloudrmpi
Class ROmpiPPEApp

java.lang.Object
  extended by com.norbl.cbp.ppe.PPEApp
      extended by cloudrmpi.ROmpiPPEApp

public class ROmpiPPEApp
extends com.norbl.cbp.ppe.PPEApp

This app is used to launch an instance of the ROmpiPPEManager. It is normally launched by a the ppe.launchNetworkManager() R function.

Ports
This app communicates with the local R session using a port specified in argv. By default it is port 4461. Note that rreval usually uses ports 4460 and 4464 (see RReClientApp for details).


Field Summary
static java.lang.String US_EAST_ENDPOINT
           
 
Fields inherited from class com.norbl.cbp.ppe.PPEApp
argv, ppeManager
 
Constructor Summary
ROmpiPPEApp(java.lang.String[] argv)
           
 
Method Summary
protected  com.norbl.cbp.ppe.PPEManager createPPEManager()
           
protected  java.lang.String getTitle()
           
 void launchNetworkManager()
           
static void main(java.lang.String[] argv)
           
 
Methods inherited from class com.norbl.cbp.ppe.PPEApp
launchGui, verbose, verbose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

US_EAST_ENDPOINT

public static final java.lang.String US_EAST_ENDPOINT
See Also:
Constant Field Values
Constructor Detail

ROmpiPPEApp

public ROmpiPPEApp(java.lang.String[] argv)
            throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

launchNetworkManager

public void launchNetworkManager()
Overrides:
launchNetworkManager in class com.norbl.cbp.ppe.PPEApp

createPPEManager

protected com.norbl.cbp.ppe.PPEManager createPPEManager()
                                                 throws java.lang.Exception
Specified by:
createPPEManager in class com.norbl.cbp.ppe.PPEApp
Throws:
java.lang.Exception

getTitle

protected java.lang.String getTitle()
Specified by:
getTitle in class com.norbl.cbp.ppe.PPEApp

main

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