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 |
Object | invoke(Object proxy, Method method, Object[] args) |
static MBeanServerConnection | newInstance(MBeanServerConnection target, ClassLoader loader) |
public Object invoke(Object proxy, Method method, Object[] args)
public static MBeanServerConnection newInstance(MBeanServerConnection target, ClassLoader loader)
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.