com.norbl.cbp.ppe.usermonitor
Class ConstantsUM

java.lang.Object
  extended by com.norbl.cbp.ppe.usermonitor.ConstantsUM

public class ConstantsUM
extends java.lang.Object


Field Summary
static java.lang.String BUCKET_NAME_INBOX
          Note that this bucket is publicly writeable but not publicly readable.
static java.lang.String BUCKET_NAME_PEID
           
static int HPORT_DEFAULT
           
static java.lang.String INSTANCE_TYPE_LIST_KEY
           
static int JPORT_DEFAULT
           
static java.lang.String NIL_USER_DATA
           
static java.lang.String PPE_INFO_BUCKET_NAME
           
static java.lang.String PRICE_PIPH
           
static double PRICE_PIPH_DOUBLE
           
static java.lang.String USER_HOSTNAME_KEY
          Key to s3 object in the info bucket ("norbl-ppe-info") that contains the public dns of the host running the user monitor.
 
Constructor Summary
ConstantsUM()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PPE_INFO_BUCKET_NAME

public static final java.lang.String PPE_INFO_BUCKET_NAME
See Also:
Constant Field Values

BUCKET_NAME_PEID

public static final java.lang.String BUCKET_NAME_PEID
See Also:
Constant Field Values

BUCKET_NAME_INBOX

public static final java.lang.String BUCKET_NAME_INBOX
Note that this bucket is publicly writeable but not publicly readable.

See Also:
Constant Field Values

USER_HOSTNAME_KEY

public static final java.lang.String USER_HOSTNAME_KEY
Key to s3 object in the info bucket ("norbl-ppe-info") that contains the public dns of the host running the user monitor.

See Also:
Constant Field Values

INSTANCE_TYPE_LIST_KEY

public static final java.lang.String INSTANCE_TYPE_LIST_KEY
See Also:
Constant Field Values

JPORT_DEFAULT

public static final int JPORT_DEFAULT
See Also:
Constant Field Values

HPORT_DEFAULT

public static final int HPORT_DEFAULT
See Also:
Constant Field Values

PRICE_PIPH

public static final java.lang.String PRICE_PIPH
See Also:
Constant Field Values

PRICE_PIPH_DOUBLE

public static final double PRICE_PIPH_DOUBLE
See Also:
Constant Field Values

NIL_USER_DATA

public static final java.lang.String NIL_USER_DATA
See Also:
Constant Field Values
Constructor Detail

ConstantsUM

public ConstantsUM()