com.jamonapi.utils
Class AppConstants

java.lang.Object
  extended bycom.jamonapi.utils.AppConstants

public class AppConstants
extends java.lang.Object

Author:
Steve Souza This class defines constants for use in an application. Currently it contains constants that define what the applications HTML tables and listboxes will look like. The constants defined in this class can be accessed as follows: String str=AppConstants.HTMLTable.COL_PREFIX; Note that being as all values are static the AppConstants object does not to be created with new to reference it.

Field Summary
static java.lang.String MONITOR_PREFIX
           
static int MONITOR_PRIORITY_LEVEL
           
 
Constructor Summary
AppConstants()
           
 
Method Summary
static Monitor start(java.lang.String locator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MONITOR_PRIORITY_LEVEL

public static final int MONITOR_PRIORITY_LEVEL
See Also:
Constant Field Values

MONITOR_PREFIX

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

AppConstants

public AppConstants()
Method Detail

start

public static Monitor start(java.lang.String locator)