Stefan Bodewig <[EMAIL PROTECTED]> wrote: > Peter Donald <[EMAIL PROTECTED]> wrote: > >> The task interface would be the minimalist interface and would >> likely only have one "work" method - namely execute() -
I realized that you didn't specify the return type of execute, void or boolean or even something else? boolean would assist a failOnError-aspect, but on the other side I feel that tasks should be self-contained and raise exceptions if they fail. I favor void. Stefan
