Package com.sun.ejb.containers
Class EJBObjectInvocationHandlerDelegate
java.lang.Object
com.sun.ejb.containers.EJBObjectInvocationHandlerDelegate
- All Implemented Interfaces:
InvocationHandler
This class is used as a "proxy" or adapter between the remote business
interface proxy and the EJBObjectInvocationHandler. An instance of this
class is created for each remote business interface of a bean. All
java.lang.Object methods are handled by this InvocationHandler itself
while the business interface methods are delegated to the delegate
(which is the EJBObjectInvocaionHandler).
- Author:
- Kenneth Saks
-
Method Summary
-
Method Details
-
invoke
- Specified by:
invokein interfaceInvocationHandler- Throws:
Throwable
-