org.ow2.petals.se.quartz.utils
Interface QuartzConstants


public interface QuartzConstants

Author:
Adrien LOUIS - EBM WebSourcing

Field Summary
static java.lang.String CONTENT_EXPRESSION
          The name of the XML element that defines the message skeleton.
static java.lang.String CRON_EXPRESSION
          The name of the XML element that defines the CRON expression.
static java.lang.String SCHEDULER_MANAGER
          The scheduler manager.
 

Field Detail

SCHEDULER_MANAGER

static final java.lang.String SCHEDULER_MANAGER
The scheduler manager.

See Also:
Constant Field Values

CRON_EXPRESSION

static final java.lang.String CRON_EXPRESSION
The name of the XML element that defines the CRON expression.

See Also:
Constant Field Values

CONTENT_EXPRESSION

static final java.lang.String CONTENT_EXPRESSION
The name of the XML element that defines the message skeleton.

See Also:
Constant Field Values


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.