> Peter Donald wrote:
> 
> > We could also kill Executable interface. Useful as it is - it usuallly 
> > not considered lifecycle stuff. 
> 
> 
> I use the Executable interface to signal an objects ability to do 
> something between *initialize* and *dispose* which comes in very handy 
> for execution of minmal component test or when you want a component to 
> act as a function.  I consider Executable and Startable as incompatable 
> at the container level - i.e. a container should not attempt to execute 
> and start a component.  However, I have several occurance of a component 
> implementing both - the container will normally invoke start unless 
> explicity directed to run the component as a function (Executable).

me too. Keep it. Does no harm =)

- Leo Simons



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

Reply via email to