Package org.openbravo.erpCommon.obps
Class ActiveInstanceProcess
- java.lang.Object
-
- org.openbravo.erpCommon.obps.ActiveInstanceProcess
-
-
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 ActiveInstanceProcess()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(ProcessBundle bundle)
static void
insertDummyHBLog()
static void
updateShowProductionFields(String value)
-
-
-
Method Detail
-
execute
public void execute(ProcessBundle bundle) throws Exception
-
updateShowProductionFields
public static void updateShowProductionFields(String value)
-
insertDummyHBLog
public static void insertDummyHBLog() throws javax.servlet.ServletException
- Throws:
javax.servlet.ServletException
-
-