Class QuartzConstants
- java.lang.Object
-
- org.apache.camel.component.quartz.QuartzConstants
-
public final class QuartzConstants extends Object
Provide some constants used in this component package.
-
-
Field Summary
Fields Modifier and Type Field Description static StringQUARTZ_CAMEL_CONTEXTstatic StringQUARTZ_CAMEL_CONTEXT_NAMEstatic StringQUARTZ_CAMEL_CUSTOM_CALENDARstatic StringQUARTZ_CAMEL_JOBS_COUNTstatic StringQUARTZ_ENDPOINT_URIstatic StringQUARTZ_TRIGGER_CRON_EXPRESSIONstatic StringQUARTZ_TRIGGER_CRON_TIMEZONEstatic StringQUARTZ_TRIGGER_SIMPLE_REPEAT_COUNTERstatic StringQUARTZ_TRIGGER_SIMPLE_REPEAT_INTERVALstatic StringQUARTZ_TRIGGER_TYPE
-
-
-
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
-
QUARTZ_CAMEL_CUSTOM_CALENDAR
public static final String QUARTZ_CAMEL_CUSTOM_CALENDAR
- See Also:
- Constant Field Values
-
-