Uses of Package
com.norbl.cbp.ppe

Packages that use com.norbl.cbp.ppe
com.norbl.cbp.ppe   
com.norbl.cbp.ppe.gui   
com.norbl.cbp.ppe.gui.networkspec   
com.norbl.cbp.ppe.ompi   
com.norbl.cbp.ppe.usermonitor
Classes for managing user accesss to AMIs. 
com.norbl.util.aws   
 

Classes in com.norbl.cbp.ppe used by com.norbl.cbp.ppe
AmiPPE
          Holds information about a public AMI that supports ppe.
AmiPPE.ATag
           
AwsClientConfigParams
          Used to create a com.aws.ClientConfiguration object.
AwsClientConfigParams.AccParam
          The params that can be set in com.aws.ClientConfiguration.
EbsVolumeWrangler
           
Ec2InstanceType
          Some descriptive information about ec2 instance types.
Ec2InstanceType.VirtualizationType
           
Ec2Wrangler
          All operations that require sending requests to AWS re ec2 are implemented in this class.
IncompatibleInstanceImageException
          Thrown if a required parameter has not been specified in the config file or argv.
IncompleteNetworkSpecException
          Thrown if a required parameter has not been specified in the config file or argv.
InstanceStatus
          A wrapper for Instance.
InstanceTableManager
          Holds InstanceTableModels and their associated swing components.
InstanceTag
          Values used to 'tag' ec2 instances.
NetworkInfo
          Holds information that identifies an ppe network.
NetworkInfo.State
          Instance states per aws InstanceState.getState().getName().
NetworkSpec
          Contains all variables needed to specify an ec2 network.
NetworkTableModel
          The Swing table model supporting network info tables.
NodeType
          Values used to 'tag' ec2 instances.
NoSuchAmiException
          Thrown if a required parameter has not been specified in the config file or argv.
NoSuchInstanceException
          Thrown if a required parameter has not been specified in the config file or argv.
NoSuchNetworkException
          Thrown if a required parameter has not been specified in the config file or argv.
ParamsEc2
           
ParamsEc2.ParamName
           
Pinger
          Pinger uses Ssh.pingSsh(java.lang.String) to ping a list of instances.
PPEManager
          Launches and manages a network of ec2 instances.
PPEManager.Op
           
Services
          Services specifies operations to performed on a network after its ec2 instances are running, such as configuring Open MPI.
StateChangeListener
          Listener for changes to Services and NetworkInfo.
 

Classes in com.norbl.cbp.ppe used by com.norbl.cbp.ppe.gui
AwsClientConfigParams
          Used to create a com.aws.ClientConfiguration object.
EbsVolumeWrangler
           
InstanceStatus
          A wrapper for Instance.
InstanceTableModel
          The Swing table model supporting info tables.
PPEManager
          Launches and manages a network of ec2 instances.
 

Classes in com.norbl.cbp.ppe used by com.norbl.cbp.ppe.gui.networkspec
AmiPPE
          Holds information about a public AMI that supports ppe.
Ec2InstanceType
          Some descriptive information about ec2 instance types.
NetworkSpec
          Contains all variables needed to specify an ec2 network.
PPEManager
          Launches and manages a network of ec2 instances.
 

Classes in com.norbl.cbp.ppe used by com.norbl.cbp.ppe.ompi
Ec2Wrangler
          All operations that require sending requests to AWS re ec2 are implemented in this class.
NetworkInfo
          Holds information that identifies an ppe network.
NetworkSpec
          Contains all variables needed to specify an ec2 network.
ParamsEc2
           
PPEApp
          Concrete extensions of this class launch the network manager app.
PPEManager
          Launches and manages a network of ec2 instances.
Services
          Services specifies operations to performed on a network after its ec2 instances are running, such as configuring Open MPI.
 

Classes in com.norbl.cbp.ppe used by com.norbl.cbp.ppe.usermonitor
AmiPPE
          Holds information about a public AMI that supports ppe.
ParamsEc2
           
PPEManager
          Launches and manages a network of ec2 instances.
 

Classes in com.norbl.cbp.ppe used by com.norbl.util.aws
ParamsEc2