Package org.eclnt.ccee.quartz.logic
Class QuartzJobAdapter
java.lang.Object
org.eclnt.ccee.quartz.logic.QuartzJobAdapter
- All Implemented Interfaces:
ICCEEConstants
,IJobConstants
,org.quartz.Job
public class QuartzJobAdapter
extends Object
implements org.quartz.Job, ICCEEConstants, IJobConstants
-
Field Summary
Fields inherited from interface org.eclnt.ccee.ICCEEConstants
AND, ASC, AVG, BETWEEN, BRC, BRO, COUNT, DEFAULT_CONTEXT, DESC, FUNCTIONRESULT, GREATER, GREATEREQUAL, IN, IS, ISNOT, LIKE, LL_DBG, LL_ERR, LL_INF, LL_WAR, LOWER, LOWEREQUAL, MAX, MIN, NULL, OR, ORDERBY, QPFUNCTION_LOWER, QPFUNCTION_UPPER, SUM
Fields inherited from interface org.eclnt.ccee.quartz.logic.IJobConstants
PROTOCOL_ERROR, PROTOCOL_INFO, STATUS_ENDED, STATUS_ERROR, STATUS_STARTED
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
QuartzJobAdapter
public QuartzJobAdapter()
-
-
Method Details
-
execute
public final void execute(org.quartz.JobExecutionContext jec) throws org.quartz.JobExecutionException - Specified by:
execute
in interfaceorg.quartz.Job
- Throws:
org.quartz.JobExecutionException
-