Folks,

(sorry if redundant, it's just that I have lost a weeks worth of list 
mail upon return from Vacation)

    //Object getProxy();

Like it.  Mostly for use in a block for passing deeper to something that 
is service aware, but that you want to hide impl from .
Like hosted components I guess.  Maillets, FtpLets, but not servlets (as 
Sun defined the interface for that one).

    //Object getProxy( Object other );

Is there not an Excalibur DynProxy class for this?  

    //Object getProxy( Object other, Class[] interfaces );

Ditto.

    //InputStream getResourceAsStream( String name );

This is for when we get the Not-unpacked SAR file working again?

    //ClassLoader getClassLoader( String name );

We'd hint that coders should get their name from configuration and not 
hard code, yes?
Could we extend this with a Veto type exception?  I think that some apps 
might be so dynamic that they might try get a classloader they should 
not have.... (1) NamedClassLoaderException, 
UnknownNamedClassLoaderException extends (1), 
UnAuthorizedNamedClassLoaderException extends (1).
Maybe we also need String[] getClassLoaderNames() for those highly 
adaptive "services explorer" blocks.

    //MBeanServer getMBeanServer();

Not really an area I have a strong experience of.

- Paul


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

Reply via email to