On Thu, 13 Dec 2001 05:16, Paul Hammant wrote: > Peter, > > >>//Object getProxy( Object other ); > >> > >>Is there not an Excalibur DynProxy class for this? > > > >The problem is that means that the Block has to manage when to invalidate > > the proxy. If it is done via BlockContext then Phoenix can manage when > > the proxies are invalidated and thus force it to invalidate at block > > shutdown. > > True, but if it is using the proxy internally, then GC will do yes?
Not while it is still referenced somewhere else. The main reason I want to use this is to stop people using objects after their creator has been shutdown. These other people will still be referencing these objects and thus wont be GCed > >Thats an idea ... need time to gestate. > > Phase 2 then. > > We also have to get rid of deprecations I think. Well as soon as I get JMX closer to being finished ... ;) -- Cheers, Pete ------------------------------------------------- We should take care not to make the intellect our god; it has, of course, powerful muscles, but no personality. ------------------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>