Uses of Class
ppe.ec2.NoSuchNetworkException

Packages that use NoSuchNetworkException
ppe.ec2 This package implements all operations that send commands or queries to AWS. 
ppe.util   
 

Uses of NoSuchNetworkException in ppe.ec2
 

Methods in ppe.ec2 that throw NoSuchNetworkException
 java.lang.String Ec2Wrangler.createNetwork(NetworkSpec spec)
          Blocks until all requested ec2 instances are up and running.
static NetworkInfo NiM.getForIDWhenAvailable(java.lang.String networkID, long maxWait)
          Blocks until the ni is available or timeout is reached.
 void NetworkInfo.pingAllInstances()
          Blocks until all instances in the network respond to Ssh#waitForPingsFromAllHosts(java.lang.String, long).
 

Uses of NoSuchNetworkException in ppe.util
 

Methods in ppe.util that throw NoSuchNetworkException
static Pinger Pinger.pingNetwork(java.lang.String networkID, long maxWait)
           
static void Pinger.waitForPingsFromAllHosts(java.lang.String networkID, long maxWaitMillis)