com.norbl.cbp.ppe.ompi
Class OmpiPPEApp

java.lang.Object
  extended by com.norbl.cbp.ppe.PPEApp
      extended by com.norbl.cbp.ppe.ompi.OmpiPPEApp

public class OmpiPPEApp
extends PPEApp


Field Summary
static java.lang.String US_EAST_ENDPOINT
           
 
Fields inherited from class com.norbl.cbp.ppe.PPEApp
argv, ppeManager
 
Constructor Summary
OmpiPPEApp(java.lang.String[] argv)
           
 
Method Summary
protected  PPEManager createPPEManager()
           
protected  java.lang.String getTitle()
           
static void main(java.lang.String[] argv)
           
 
Methods inherited from class com.norbl.cbp.ppe.PPEApp
launchGui, launchNetworkManager, 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

OmpiPPEApp

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

createPPEManager

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

getTitle

protected java.lang.String getTitle()
Specified by:
getTitle in class PPEApp

main

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