com.norbl.cbp.ppe.ompi
Class OmpiConfigServices

java.lang.Object
  extended by com.norbl.cbp.ppe.Services
      extended by com.norbl.cbp.ppe.ompi.OmpiConfigServices

public class OmpiConfigServices
extends Services


Field Summary
 
Fields inherited from class com.norbl.cbp.ppe.Services
networkID
 
Constructor Summary
OmpiConfigServices(java.lang.String networkID)
           
 
Method Summary
 NetworkSpec getNetworkSpec()
           
 java.lang.String getStateTitle()
           
 boolean inNilState()
           
 boolean isPending()
           
 boolean isRunning()
           
 void launch()
           
 boolean notRunning()
           
 void set(Ec2Wrangler ec2w)
           
 void set(NetworkSpec networkSpec)
           
 void set(ParamsEc2 paramsEc2)
           
 
Methods inherited from class com.norbl.cbp.ppe.Services
createServices, setServicesClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OmpiConfigServices

public OmpiConfigServices(java.lang.String networkID)
Method Detail

set

public void set(Ec2Wrangler ec2w)

set

public void set(NetworkSpec networkSpec)

set

public void set(ParamsEc2 paramsEc2)

isRunning

public boolean isRunning()
Specified by:
isRunning in class Services

isPending

public boolean isPending()
Specified by:
isPending in class Services

notRunning

public boolean notRunning()
Specified by:
notRunning in class Services

inNilState

public boolean inNilState()
Specified by:
inNilState in class Services

getStateTitle

public java.lang.String getStateTitle()
Specified by:
getStateTitle in class Services

launch

public void launch()
Specified by:
launch in class Services

getNetworkSpec

public NetworkSpec getNetworkSpec()