dk.netarkivet.monitor
Class Constants

java.lang.Object
  extended by dk.netarkivet.monitor.Constants

public class Constants
extends java.lang.Object

Constants for the Monitor module.


Field Summary
static java.lang.String REMOVE
          Signals that an application is to be removed from the status-page.
static java.lang.String TRANSLATIONS_BUNDLE
          Internationalisation resource bundle.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRANSLATIONS_BUNDLE

public static final java.lang.String TRANSLATIONS_BUNDLE
Internationalisation resource bundle.

See Also:
Constant Field Values

REMOVE

public static final java.lang.String REMOVE
Signals that an application is to be removed from the status-page. Constant used by the script webpages/Status/Monitor-JMXsummary.jsp.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()