Class LogCleanUpProcess
- java.lang.Object
-
- org.openbravo.service.db.DalBaseProcess
-
- org.openbravo.utility.cleanup.log.LogCleanUpProcess
-
- All Implemented Interfaces:
Process
public class LogCleanUpProcess extends DalBaseProcess
This is the process that is invoked to perform the clean up of configured entities.- Author:
- alostale
-
-
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 LogCleanUpProcess()
-
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
-
-