public interface Task
Tasks can be used by a processor that will execute them and reverse execution in case of fault.
void execute(Context context) throws Exception
context
- the execution context handling input and output informationException
- if an error occurs during Task processingCopyright © 2005-2016 Linagora. All Rights Reserved.