dk.netarkivet.common.management
Class Constants

java.lang.Object
  extended by dk.netarkivet.common.management.Constants

public final class Constants
extends java.lang.Object

Contains the constants for the management classes.


Field Summary
static java.lang.String PRIORITY_KEY_APPLICATIONINSTANCEID
          The application instance id key word.
static java.lang.String PRIORITY_KEY_APPLICATIONNAME
          The application name key word.
static java.lang.String PRIORITY_KEY_HTTP_PORT
          The http port key word.
static java.lang.String PRIORITY_KEY_INDEX
          The index key word.
static java.lang.String PRIORITY_KEY_LOCATION
          The location key word.
static java.lang.String PRIORITY_KEY_MACHINE
          The machine key word.
static java.lang.String PRIORITY_KEY_PRIORITY
          The priority key word.
static java.lang.String PRIORITY_KEY_REPLICANAME
          The replica key word.
static java.lang.String REMOVE_JMX_APPLICATION
          The remove jmx application keyword.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRIORITY_KEY_LOCATION

public static final java.lang.String PRIORITY_KEY_LOCATION
The location key word.

See Also:
Constant Field Values

PRIORITY_KEY_MACHINE

public static final java.lang.String PRIORITY_KEY_MACHINE
The machine key word.

See Also:
Constant Field Values

PRIORITY_KEY_APPLICATIONNAME

public static final java.lang.String PRIORITY_KEY_APPLICATIONNAME
The application name key word.

See Also:
Constant Field Values

PRIORITY_KEY_APPLICATIONINSTANCEID

public static final java.lang.String PRIORITY_KEY_APPLICATIONINSTANCEID
The application instance id key word.

See Also:
Constant Field Values

PRIORITY_KEY_HTTP_PORT

public static final java.lang.String PRIORITY_KEY_HTTP_PORT
The http port key word.

See Also:
Constant Field Values

PRIORITY_KEY_PRIORITY

public static final java.lang.String PRIORITY_KEY_PRIORITY
The priority key word.

See Also:
Constant Field Values

PRIORITY_KEY_REPLICANAME

public static final java.lang.String PRIORITY_KEY_REPLICANAME
The replica key word.

See Also:
Constant Field Values

PRIORITY_KEY_INDEX

public static final java.lang.String PRIORITY_KEY_INDEX
The index key word.

See Also:
Constant Field Values

REMOVE_JMX_APPLICATION

public static final java.lang.String REMOVE_JMX_APPLICATION
The remove jmx application keyword.

See Also:
Constant Field Values