Package org.eclnt.ccee.quartz.logic
Class QuartzSchedulerManager
java.lang.Object
org.eclnt.ccee.quartz.logic.QuartzSchedulerManager
- All Implemented Interfaces:
ICCEEConstants
Central class for scheduling.
In a multi-server environment only the last instance which is created, is the active one. Each instance registers with its unique id in the database. Before doing any activity (e.g. scheduling a job) the method �
In a multi-server environment only the last instance which is created, is the active one. Each instance registers with its unique id in the database. Before doing any activity (e.g. scheduling a job) the method �
checkIfActive()
checks if the current instance is
the one that is registered in the database.-
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
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
QuartzSchedulerManager
public QuartzSchedulerManager()
-
-
Method Details
-
setup
public static void setup()(Re-)Activates the scheduler. -
checkIfActive
public boolean checkIfActive()
-