[EMAIL PROTECTED] wrote:
> donaldp 2003/03/23 22:15:49 > > Modified: src/java/org/apache/avalon/framework/container > ContainerUtil.java > Log: > Add in utility method to Execute object
I believe the last discussion on this ended with the conclusion that Runnable/Executable are *not* lifecycle methods, so therefore putting this support in ContainerUtil would be sending the wrong message.
Hi Berin,
/**
* The Executable can be implemented by components that need to perform
* some work. In many respects it is similar to Runnable except that it
* also allows an application to throw a non-Runtime Exception.
*
* <p>The work done may be short lived (ie a simple task) or it could
* be a long running.</p>
*
* @author <a href="mailto:[EMAIL PROTECTED]">Avalon Development Team</a>
* @version CVS $Revision: 1.13 $ $Date: 2003/02/11 15:58:38 $
*/
is the only docs available. Can't quite remember how the discussion went either; but the docs don't really reflect any conclusions; in fact there is not much said at all about executable!
- LSD
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
