The javax.ejb.spi Package

The javax.ejb.spi package is a brand new package added in the EJB 2.0 Specification. For now, only a single interface is defined there. In the future, however, it’s likely that more interfaces and classes will be added to grant more flexibility to the EJB vendors.

HandleDelegate

The EJB container provides the implementation for the HandleDelegate interface. 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. The HandleDelegate interface 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

Get Special Edition Using Enterprise JavaBeans™ 2.0 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.