org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.rmi
Class RMIConnectionProxy
java.lang.Object
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(javax.management.remote.rmi.RMIConnection nested)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RMIConnectionProxy
protected RMIConnectionProxy(javax.management.remote.rmi.RMIConnection nested)
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.