dev@glassfish.java.net

Re: fisheye problem...

From: Lloyd L Chambers <Lloyd.Chambers_at_Sun.COM>
Date: Tue, 16 Jan 2007 17:58:59 -0800

ProxyFactory: appserv-api module,
com.sun.appserv.management.client.ProxyFactory
DomainRoot => DomainRootImpl, admin/mbeanapi-impl module,
com.sun.enterprise.management
DomainConfig => DomainConfigImpl, admin/mbeanapi-impl module,
com.sun.enterprise.management.config

DomainRoot and DomainConfig are interfaces. When used by a client,
they are implemented using java.lang.reflect.proxy. The "Impl"
classes are server-side only.

Please read the AMX documentation for more details.

Lloyd


On Jan 16, 2007, at 5:46 PM, vince kraemer wrote:

> I am trying to find the implimetation(s) for some methods like:
>
> ProxyFactory.getDomainRoot()
> DomainRoot.getDomainConfig()
> DomainConfig.getJDBCResourceConfigMap()
>
> Thanks,
> vbk
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>