Using this class directly is discouraged. You should envisage using the {@link com.sun.jdmk.remote.cascading.CascadingService} instead.
A CascadingAgent is an MBean that is able to mount a partial view of a source MBeanServer into a target MBeanServer. The source MBeanServer is also sometimes called the cascaded MBeanServer, while the target MBeanServer is called the cascading MBeanServer.
For each MBean cascaded from the source MBeanServer, the ProxyCascadingAgent will register a {@link CascadingProxy} in the target MBeanServer.
See {@link CascadingAgent} and {@link com.sun.jdmk.remote.cascading} for more details on the cascading concepts. @since Java DMK 5.1
|
|