org.openejb.util.proxy
Interface InvocationHandler

All Known Implementing Classes:
BaseEjbProxyHandler, InvalidatedReferenceHandler, MinervaAuthenticationInvocationHandler, EjbProxyHandler

public interface InvocationHandler


Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
 

Method Detail

invoke

public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable