cloudrmpi
Class ROmpiPPEManager

java.lang.Object
  extended by cloudrmpi.ROmpiPPEManager
All Implemented Interfaces:
ppe.gui.PPEManagerExitListener

public class ROmpiPPEManager
extends java.lang.Object
implements ppe.gui.PPEManagerExitListener


Field Summary
static int PORT_DEFAULT
           
static java.lang.String PORT_LABEL
           
static boolean VERBOSE_DEFAULT
           
 
Constructor Summary
ROmpiPPEManager(java.lang.String[] argv)
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 void ppeManagerExiting()
          When the OmpiPPEManager window is closed, this app is shutdown completely.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PORT_LABEL

public static java.lang.String PORT_LABEL

PORT_DEFAULT

public static int PORT_DEFAULT

VERBOSE_DEFAULT

public static boolean VERBOSE_DEFAULT
Constructor Detail

ROmpiPPEManager

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

main

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

ppeManagerExiting

public void ppeManagerExiting()
When the OmpiPPEManager window is closed, this app is shutdown completely.

Specified by:
ppeManagerExiting in interface ppe.gui.PPEManagerExitListener