info.magnolia.module.scheduler
Interface SchedulerConsts


public interface SchedulerConsts

Some useful constants used throughout the module.


Field Summary
static String CONFIG_JOB_ACTIVE
          True if the job is scheduled.
static String CONFIG_JOB_COMMAND
          The command name.
static String CONFIG_JOB_COMMAND_CATALOG
          The catalog name.
static String CONFIG_JOB_CRON_STATEMENT
          Name of the nodedata containing the corn scheduling expression.
static String CONFIG_JOB_PARAMS
          The subnode params can have parameter definitions.
static String CRON_DAILY
          Daily scheduled at midnight.
static String CRON_HOURLY
           
static String SCHEDULER_GROUP_NAME
          The group name we use to work with the scheduler.
 

Field Detail

CONFIG_JOB_CRON_STATEMENT

static final String CONFIG_JOB_CRON_STATEMENT
Name of the nodedata containing the corn scheduling expression.

See Also:
Constant Field Values

CONFIG_JOB_ACTIVE

static final String CONFIG_JOB_ACTIVE
True if the job is scheduled.

See Also:
Constant Field Values

CONFIG_JOB_PARAMS

static final String CONFIG_JOB_PARAMS
The subnode params can have parameter definitions.

See Also:
Constant Field Values

CONFIG_JOB_COMMAND_CATALOG

static final String CONFIG_JOB_COMMAND_CATALOG
The catalog name.

See Also:
Constant Field Values

CONFIG_JOB_COMMAND

static final String CONFIG_JOB_COMMAND
The command name.

See Also:
Constant Field Values

SCHEDULER_GROUP_NAME

static final String SCHEDULER_GROUP_NAME
The group name we use to work with the scheduler.

See Also:
Constant Field Values

CRON_DAILY

static final String CRON_DAILY
Daily scheduled at midnight.

See Also:
Constant Field Values

CRON_HOURLY

static final String CRON_HOURLY
See Also:
Constant Field Values


Copyright © 2014 Magnolia International Ltd.. All Rights Reserved.