org.openejb.client.proxy
Interface InvocationHandler

All Known Implementing Classes:
EJBHomeHandler, EJBInvocationHandler, EJBObjectHandler, EntityEJBHomeHandler, EntityEJBObjectHandler, StatefulEJBHomeHandler, StatefulEJBObjectHandler, StatelessEJBHomeHandler, StatelessEJBObjectHandler

public interface InvocationHandler

Since:
11/25/2001
Author:
David Blevins

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

Method Detail

invoke

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


Copyright © 1999-2010 OpenEJB. All Rights Reserved.