/**
 * JobScheduleInfoConstants.java
 * Created on Jun 3, 2008
 * (C) Copyright TANDBERG Television Ltd.
 */
package com.tandbergtv.watchpoint.pmm.job.util;

/**
 * This class has all the constants used when saving information in the callback info for jobs.
 * 
 * @author spuranik
 */
public class JobScheduleInfoConstants {

	public static String CONTEXTID = "contextId";
	public static String JOB_PARAMETERS = "jobParameters";
	public static String JOB_RULE_PARAMETERS = "ruleParameters";
	public static String JOB_RULE_NAME = "ruleName";
	public static String JOB_SELECTED_TEMPLATE_NAME = "templateName";
	public static String JOB_PRIORITY = "priority";
	public static String JOB_NAME = "jobName";
}
