org.apache.camel.component.quartz2
Class QuartzConstants

java.lang.Object
  extended by org.apache.camel.component.quartz2.QuartzConstants

public final class QuartzConstants
extends Object

Provide some constants used in this component package.


Field Summary
static String QUARTZ_CAMEL_CONTEXT
           
static String QUARTZ_CAMEL_CONTEXT_NAME
           
static String QUARTZ_CAMEL_JOBS_COUNT
           
static String QUARTZ_ENDPOINT_URI
           
static String QUARTZ_TRIGGER_CRON_EXPRESSION
           
static String QUARTZ_TRIGGER_CRON_TIMEZONE
           
static String QUARTZ_TRIGGER_SIMPLE_REPEAT_COUNTER
           
static String QUARTZ_TRIGGER_SIMPLE_REPEAT_INTERVAL
           
static String QUARTZ_TRIGGER_TYPE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUARTZ_CAMEL_JOBS_COUNT

public static final String QUARTZ_CAMEL_JOBS_COUNT
See Also:
Constant Field Values

QUARTZ_ENDPOINT_URI

public static final String QUARTZ_ENDPOINT_URI
See Also:
Constant Field Values

QUARTZ_CAMEL_CONTEXT_NAME

public static final String QUARTZ_CAMEL_CONTEXT_NAME
See Also:
Constant Field Values

QUARTZ_CAMEL_CONTEXT

public static final String QUARTZ_CAMEL_CONTEXT
See Also:
Constant Field Values

QUARTZ_TRIGGER_TYPE

public static final String QUARTZ_TRIGGER_TYPE
See Also:
Constant Field Values

QUARTZ_TRIGGER_CRON_EXPRESSION

public static final String QUARTZ_TRIGGER_CRON_EXPRESSION
See Also:
Constant Field Values

QUARTZ_TRIGGER_CRON_TIMEZONE

public static final String QUARTZ_TRIGGER_CRON_TIMEZONE
See Also:
Constant Field Values

QUARTZ_TRIGGER_SIMPLE_REPEAT_COUNTER

public static final String QUARTZ_TRIGGER_SIMPLE_REPEAT_COUNTER
See Also:
Constant Field Values

QUARTZ_TRIGGER_SIMPLE_REPEAT_INTERVAL

public static final String QUARTZ_TRIGGER_SIMPLE_REPEAT_INTERVAL
See Also:
Constant Field Values


Apache Camel