org.apache.ace.scheduler.constants
Interface SchedulerConstants


public interface SchedulerConstants

Compile time constants for the scheduler.


Field Summary
static String SCHEDULER_DESCRIPTION_KEY
          Description of the task.
static String SCHEDULER_NAME_KEY
          Name of the task that will be scheduled.
static String SCHEDULER_PID
          Persistent ID for the scheduler, provided for configuration purposes.
static String SCHEDULER_RECIPE
          The recipe describing when the task should be scheduled.
static String SCHEDULER_RECIPE_OVERRIDE
          Determines if the recipe provided in the task overrides any recipe that is configured.
 

Field Detail

SCHEDULER_PID

static final String SCHEDULER_PID
Persistent ID for the scheduler, provided for configuration purposes.

See Also:
Constant Field Values

SCHEDULER_NAME_KEY

static final String SCHEDULER_NAME_KEY
Name of the task that will be scheduled.

See Also:
Constant Field Values

SCHEDULER_DESCRIPTION_KEY

static final String SCHEDULER_DESCRIPTION_KEY
Description of the task.

See Also:
Constant Field Values

SCHEDULER_RECIPE

static final String SCHEDULER_RECIPE
The recipe describing when the task should be scheduled.

See Also:
Constant Field Values

SCHEDULER_RECIPE_OVERRIDE

static final String SCHEDULER_RECIPE_OVERRIDE
Determines if the recipe provided in the task overrides any recipe that is configured.

See Also:
Constant Field Values


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.