com.norbl.cbp.ppe
Class UtilEc2

java.lang.Object
  extended by com.norbl.cbp.ppe.UtilEc2

public class UtilEc2
extends java.lang.Object


Field Summary
static java.lang.String FILE_SEP
           
 
Constructor Summary
UtilEc2()
           
 
Method Summary
static void checkInstanceImageCompatibility(java.util.List<Ec2InstanceType> eits, com.amazonaws.services.ec2.model.InstanceType instanceType, java.lang.String imageID, com.amazonaws.services.ec2.AmazonEC2Client ec2)
           
static java.io.File getMpiEc2Home()
          Define as the directory that contains lib/mpi-ec2.jar
static void L(java.lang.String s)
           
static java.lang.String toCsv(java.util.List<java.lang.String> strs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_SEP

public static java.lang.String FILE_SEP
Constructor Detail

UtilEc2

public UtilEc2()
Method Detail

getMpiEc2Home

public static java.io.File getMpiEc2Home()
Define as the directory that contains lib/mpi-ec2.jar

Returns:

checkInstanceImageCompatibility

public static void checkInstanceImageCompatibility(java.util.List<Ec2InstanceType> eits,
                                                   com.amazonaws.services.ec2.model.InstanceType instanceType,
                                                   java.lang.String imageID,
                                                   com.amazonaws.services.ec2.AmazonEC2Client ec2)
                                            throws java.io.FileNotFoundException,
                                                   java.io.IOException,
                                                   NoSuchInstanceException,
                                                   NoSuchAmiException,
                                                   IncompatibleInstanceImageException
Throws:
java.io.FileNotFoundException
java.io.IOException
NoSuchInstanceException
NoSuchAmiException
IncompatibleInstanceImageException

L

public static void L(java.lang.String s)

toCsv

public static java.lang.String toCsv(java.util.List<java.lang.String> strs)