Stephen McConnell wrote:
> I've been through all of the email on this subject in detail and
> carried out a useful exercise. I basically combined all of the
> ideas that have been circulating into one big interface.
The thread started with a proposal to update the interface for
ComponentManager. Are these Service* interfaces meant to replace or work
together with the ComponentManager interface? I'm assuming the former...
> interface ServiceManager
> {
> Object lookup( String role );
> boolean hasService( String role );
> }
What happened to release(Object obj)?
-Mark
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>