mx4j.remote.rmi

Class ClientUnmarshaller

public class ClientUnmarshaller extends ClientProxy

An MBeanServerConnection proxy that performs the setting of the appropriate context classloader to allow classloading of classes sent by the server but not known to the client, in methods like MBeanServerConnection#getAttribute, MBeanServerConnection#invoke and so on.

Version: $Revision: 1.4 $

Method Summary
Objectinvoke(Object proxy, Method method, Object[] args)
static MBeanServerConnectionnewInstance(MBeanServerConnection target, ClassLoader loader)

Method Detail

invoke

public Object invoke(Object proxy, Method method, Object[] args)

newInstance

public static MBeanServerConnection newInstance(MBeanServerConnection target, ClassLoader loader)
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.