mx4j.remote.rmi

Class RMIConnectionProxy

Implemented Interfaces:
InvocationHandler
Known Direct Subclasses:
RMIConnectionSubjectInvoker

public class RMIConnectionProxy
extends java.lang.Object
implements InvocationHandler

Base class for RMIConnection dynamic proxies.
Version:
$Revision: 1.5 $

Constructor Summary

RMIConnectionProxy(javax.management.remote.rmi.RMIConnection nested)

Method Summary

Object
invoke(Object proxy, Method method, Object[] args)

Constructor Details

RMIConnectionProxy

protected RMIConnectionProxy(javax.management.remote.rmi.RMIConnection nested)

Method Details

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
            throws Throwable

Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.