Implementation of the javax.ejb.spi.HandleDelegate interface
The HandleDelegate interface is implemented by the EJB container.
It is used by portable implementations of javax.ejb.Handle and
javax.ejb.HomeHandle. It is not used by EJB components or by client components.
It provides methods to serialize and deserialize EJBObject and EJBHome
references to streams.
The HandleDelegate object is obtained by JNDI lookup at the reserved name
"java:comp/HandleDelegate".
author: Dimitris.Andreadis@jboss.org author: adrian@jboss.com version: $Revision: 57209 $ |