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

java.lang.Object
  extended by org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.ClientProxy
All Implemented Interfaces:
InvocationHandler
Direct Known Subclasses:
ClientExceptionCatcher, ClientUnmarshaller

public class ClientProxy
extends Object
implements InvocationHandler

Version:
$Revision: 1.1.1.1 $
Author:
Simone Bordet

Constructor Summary
protected ClientProxy(javax.management.MBeanServerConnection target)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientProxy

protected ClientProxy(javax.management.MBeanServerConnection target)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.