org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.rmi
Class RMIConnectionProxy

java.lang.Object
  extended by org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.rmi.RMIConnectionProxy
All Implemented Interfaces:
InvocationHandler
Direct Known Subclasses:
RMIConnectionSubjectInvoker

public class RMIConnectionProxy
extends Object
implements InvocationHandler

Base class for RMIConnection dynamic proxies.

Version:
$Revision: 1.1.1.1 $
Author:
Simone Bordet

Constructor Summary
protected RMIConnectionProxy(RMIConnection nested)
           
 
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

RMIConnectionProxy

protected RMIConnectionProxy(RMIConnection nested)
Method Detail

invoke

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


Copyright © 2011 Apache Software Foundation. All Rights Reserved.