-- %W -->
The com.sun.jdmk.remote.cascading.proxy package provides a concrete proxy-based implementation of the {@link com.sun.jdmk.remote.cascading.CascadingAgent} called {@link com.sun.jdmk.remote.cascading.proxy.ProxyCascadingAgent}. The ProxyCascadingAgent is a CascadingAgent that, for each source MBean cascaded from the source MBeanServer registers in the target MBeanServer a {@link com.sun.jdmk.remote.cascading.proxy.CascadingProxy} MBean. The CascadingProxy is a simple {@link javax.management.DynamicMBean} that acts as a proxy for the source MBean it is tied to.
For more information on cascading, see the description of the {@link com.sun.jdmk.remote.cascading} package, and the {@link com.sun.jdmk.remote.cascading.CascadingService} MBean.
@since Java DMK 5.1