Package org.openbravo.scheduling.trigger
Class MisfirePolicyTest.EmptyProcess
- java.lang.Object
-
- org.openbravo.service.db.DalBaseProcess
-
- org.openbravo.scheduling.trigger.MisfirePolicyTest.EmptyProcess
-
- All Implemented Interfaces:
Process
- Enclosing class:
- MisfirePolicyTest
public static class MisfirePolicyTest.EmptyProcess extends DalBaseProcess
Empty process used to determine whether jobs are executed by the scheduler
-
-
Field Summary
-
Fields inherited from interface org.openbravo.scheduling.Process
COMPLETE, ERROR, EXECUTION_ID, KILLED, MISFIRED, PREVENT_CONCURRENT_EXECUTIONS, PROCESS_ID, PROCESS_NAME, PROCESSING, SCHEDULED, SUCCESS, SYSTEM_RESTART, UNSCHEDULED
-
-
Constructor Summary
Constructors Constructor Description EmptyProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doExecute(ProcessBundle bundle)
-
Methods inherited from class org.openbravo.service.db.DalBaseProcess
execute, isDoCommit, setDoCommit
-
-
-
-
Method Detail
-
doExecute
protected void doExecute(ProcessBundle bundle) throws Exception
- Specified by:
doExecute
in classDalBaseProcess
- Throws:
Exception
-
-