<-- %W --> Proxy-based cascading over JMX[tm] Remote API Connectors Provides the classes that implement proxy-based cascading over JMX Remote API connectors. The generic features of cascading agents are described in the {@link com.sun.jdmk.remote.cascading} package description. The classes provided in this package are the low level implementation classes on which relies the {@link com.sun.jdmk.remote.cascading.CascadingService}. You should not have to use these classes directly.

Overview

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