Hello, Berin and all!

CommandFailureHandler.handleCommandFailure returns a boolean.
This makes me feel a bit uneasy:

what if it returns true?

This won't stop the system from running it will
just kill the CommandManager.

In fact I can imagine that the user supplied
CommandFailureHandler will decide to shutdown
the whole system. But then it will do something
else - call a global shutdown method or something.

But just rendering one of the system components
inoperative - the thread manager seems strange,
does not it?

So the proposal is to remove the return value from
the handleCommandFailure() method.

Thoughts?

- Anton


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to