Class EJBObjectInvocationHandlerDelegate

java.lang.Object
com.sun.ejb.containers.EJBObjectInvocationHandlerDelegate
All Implemented Interfaces:
InvocationHandler

public class EJBObjectInvocationHandlerDelegate extends Object implements 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