Package org.eclnt.ccee.quartz.logic
Class CCEEJobLogic
java.lang.Object
org.eclnt.ccee.quartz.logic.CCEEJobLogic
- All Implemented Interfaces:
ICCEEConstants
,IJobConstants
Facade for accessing logic behind scheduler.
-
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
Modifier and TypeMethodDescriptionstatic void
static void
deleteJobDefinition
(DOJob jobDefinition) static List<DOJobExecution>
readJobExecutions
(Object[] query) static DOJobExecutionProtocol
readProtocol
(String id) static void
saveJobDefinition
(DOJob jobDefinition)
-
Constructor Details
-
CCEEJobLogic
public CCEEJobLogic()
-
-
Method Details
-
createUpdateJobTables
public static void createUpdateJobTables() -
readAllJobDefinitions
-
saveJobDefinition
-
deleteJobDefinition
-
readJobExecutions
-
readProtocol
-