org.apache.sling.event.impl.jobs.config
Class ConfigurationConstants

java.lang.Object
  extended by org.apache.sling.event.impl.jobs.config.ConfigurationConstants

public abstract class ConfigurationConstants
extends Object

Constants for the queue configuration.


Field Summary
static int DEFAULT_MAX_PARALLEL
           
static String DEFAULT_PRIORITY
           
static int DEFAULT_RETRIES
           
static long DEFAULT_RETRY_DELAY
           
static boolean DEFAULT_RUN_LOCAL
           
static String DEFAULT_TYPE
           
static int NUMBER_OF_PROCESSORS
           
static String PROP_APP_IDS
           
static String PROP_MAX_PARALLEL
           
static String PROP_NAME
           
static String PROP_PRIORITY
           
static String PROP_RETRIES
           
static String PROP_RETRY_DELAY
           
static String PROP_RUN_LOCAL
           
static String PROP_TOPICS
           
static String PROP_TYPE
           
 
Constructor Summary
ConfigurationConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NUMBER_OF_PROCESSORS

public static final int NUMBER_OF_PROCESSORS

DEFAULT_TYPE

public static final String DEFAULT_TYPE
See Also:
Constant Field Values

DEFAULT_PRIORITY

public static final String DEFAULT_PRIORITY
See Also:
Constant Field Values

DEFAULT_RUN_LOCAL

public static final boolean DEFAULT_RUN_LOCAL
See Also:
Constant Field Values

DEFAULT_RETRIES

public static final int DEFAULT_RETRIES
See Also:
Constant Field Values

DEFAULT_RETRY_DELAY

public static final long DEFAULT_RETRY_DELAY
See Also:
Constant Field Values

DEFAULT_MAX_PARALLEL

public static final int DEFAULT_MAX_PARALLEL
See Also:
Constant Field Values

PROP_NAME

public static final String PROP_NAME
See Also:
Constant Field Values

PROP_TYPE

public static final String PROP_TYPE
See Also:
Constant Field Values

PROP_TOPICS

public static final String PROP_TOPICS
See Also:
Constant Field Values

PROP_MAX_PARALLEL

public static final String PROP_MAX_PARALLEL
See Also:
Constant Field Values

PROP_RETRIES

public static final String PROP_RETRIES
See Also:
Constant Field Values

PROP_RETRY_DELAY

public static final String PROP_RETRY_DELAY
See Also:
Constant Field Values

PROP_PRIORITY

public static final String PROP_PRIORITY
See Also:
Constant Field Values

PROP_RUN_LOCAL

public static final String PROP_RUN_LOCAL
See Also:
Constant Field Values

PROP_APP_IDS

public static final String PROP_APP_IDS
See Also:
Constant Field Values
Constructor Detail

ConfigurationConstants

public ConfigurationConstants()


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.