Uses of Class
ppe.Services

Packages that use Services
ppe Parallel Processing with EC2 (ppe) 
ppe.ec2 This package implements all operations that send commands or queries to AWS. 
ppe.ompi Classes for configuring Open MPI on a network of EC2 instances. 
 

Uses of Services in ppe
 

Methods in ppe that return Services
static Services Services.createServices(java.lang.String networkID)
          Creates the service object for networkID and stores it in the hash table (keyed by networkID.
 

Uses of Services in ppe.ec2
 

Methods in ppe.ec2 that return Services
 Services NetworkInfo.getServices()
           
 

Methods in ppe.ec2 with parameters of type Services
 void NetworkInfo.setServices(Services services)
           
 

Uses of Services in ppe.ompi
 

Subclasses of Services in ppe.ompi
 class OmpiConfigServices