Ryan Shaw [mailto:[EMAIL PROTECTED]]
> Paulo wrote:
> 
> |||       /** Releases all not-yet-released components.  */
> |||       public void releaseAll();
> 
> actually, isn't this A Bad Thing?
> if something like releaseAll() were public, any 
> Composable could release all the Components being
> managed.

Yep.
You need something like 

    public void release( Object token );

Cheers, Steve.


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

Reply via email to