com.jamonapi.utils
Class AppConstants

java.lang.Object
  |
  +--com.jamonapi.utils.AppConstants

public class AppConstants
extends java.lang.Object


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
equals, 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)