Uses of Class
org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.ClientProxy

Packages that use ClientProxy
org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.rmi   
 

Uses of ClientProxy in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.rmi
 

Subclasses of ClientProxy in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.rmi
 class ClientExceptionCatcher
           
 class ClientUnmarshaller
          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(javax.management.ObjectName, java.lang.String), MBeanServerConnection.invoke(javax.management.ObjectName, java.lang.String, java.lang.Object[], java.lang.String[]) and so on.