Package com.sun.jdmk.remote.cascading.proxy

Provides the classes that implement proxy-based cascading over JMX Remote API connectors.

See:
          Description

Class Summary
CascadingProxy This class is used to proxy an MBean residing in a source MBeanServer.
ProxyCascadingAgent This class is an implementation of CascadingAgent that relies on MBean proxying.
 

Package com.sun.jdmk.remote.cascading.proxy Description

Provides the classes that implement proxy-based cascading over JMX Remote API connectors. The generic features of cascading agents are described in the com.sun.jdmk.remote.cascading package description. The classes provided in this package are the low level implementation classes on which relies the 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 CascadingAgent called ProxyCascadingAgent. The ProxyCascadingAgent is a CascadingAgent that, for each source MBean cascaded from the source MBeanServer registers in the target MBeanServer a CascadingProxy MBean. The CascadingProxy is a simple DynamicMBean that acts as a proxy for the source MBean it is tied to.

For more information on cascading, see the description of the com.sun.jdmk.remote.cascading package, and the CascadingService MBean.

Since:
Java DMK 5.1

Open Source build 02
opendmk-1.0-b02 2007.10.01_19:17:46_MEST

Copyright 1998-2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.