Uses of Class
ppe.ec2.NetworkSpec

Packages that use NetworkSpec
ppe Parallel Processing with EC2 (ppe) 
ppe.ec2 This package implements all operations that send commands or queries to AWS. 
ppe.gui.networkspec   
 

Uses of NetworkSpec in ppe
 

Fields in ppe declared as NetworkSpec
protected  NetworkSpec Services.networkSpec
           
 

Methods in ppe with parameters of type NetworkSpec
 void Services.set(Ec2Wrangler ec2w, NetworkSpec networkSpec, OmpiSpec ompiSpec)
          Sets objects needed to start services.
 

Uses of NetworkSpec in ppe.ec2
 

Methods in ppe.ec2 that return NetworkSpec
 NetworkSpec NetworkSpec.cloneSpec()
           
 

Methods in ppe.ec2 with parameters of type NetworkSpec
 java.lang.String Ec2Wrangler.createNetwork(NetworkSpec spec)
          Blocks until all requested ec2 instances are up and running.
 java.lang.String Ec2Wrangler.launchInstances(NetworkSpec spec)
          If securityGroupName is null, a one time default security group is created.
 java.lang.String Ec2Wrangler.launchSpotInstances(NetworkSpec spec)
          If securityGroupName is null, a one time default security group is created.
 

Uses of NetworkSpec in ppe.gui.networkspec
 

Fields in ppe.gui.networkspec declared as NetworkSpec
 NetworkSpec NetworkSpecGui.spec
           
 

Methods in ppe.gui.networkspec that return NetworkSpec
 NetworkSpec NetworkSpecGui.choicesToNetworkSpec()
           
 

Constructors in ppe.gui.networkspec with parameters of type NetworkSpec
NetworkSpecGui(Ec2Wrangler ec2w, NetworkSpec spec, OmpiSpec specOmpi)