Package org.openbravo.scheduling
Interface KillableProcess
-
- All Known Implementing Classes:
CostingBackground
public interface KillableProcess
KillableProcess needs to be implemented in any process you want to be able to kill from the Process Monitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
kill(ProcessBundle processBundle)
Method to implement on background processes to execute the kill action
-
-
-
Method Detail
-
kill
void kill(ProcessBundle processBundle) throws Exception
Method to implement on background processes to execute the kill action- Parameters:
processBundle
- bundle of the current execution, can be used to add log- Throws:
Exception
-
-