org.openejb.util.proxy
Interface InvocationHandler

All Known Implementing Classes:
BaseEjbProxyHandler, InvalidatedReferenceHandler

public interface InvocationHandler


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

Method Detail

invoke

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


Copyright © 1999-2007 OpenEJB. All Rights Reserved.