Public Member Functions | |
| DefaultExceptionHandler (Grid g) | |
| Instantiates a new default exception handler. | |
| void | reallocateAndRelaunch (Job jobExcepted) |
| Reallocates and relaunchs behavior. | |
| Method | getCallback () |
| Gets the method "reallocateAndRelaunch" on this class to use as task callback. | |
It can be used on Workflow configuration to reallocate a failed job.
| com.abiquo.api.config.DefaultExceptionHandler.DefaultExceptionHandler | ( | Grid | g | ) |
Instantiates a new default exception handler.
| g | the provided grid instance |
| void com.abiquo.api.config.DefaultExceptionHandler.reallocateAndRelaunch | ( | Job | jobExcepted | ) |
Reallocates and relaunchs behavior.
| jobExcepted | the failed job, causing this call |
| Method com.abiquo.api.config.DefaultExceptionHandler.getCallback | ( | ) |
Gets the method "reallocateAndRelaunch" on this class to use as task callback.
1.5.5