Module jakarta.ejb

Interface HandleDelegate


public interface HandleDelegate
The HandleDelegate interface is implemented by the enterprise bean container. It is used by portable implementations of jakarta.ejb.Handle and jakarta.ejb.HomeHandle. It is not used by enterprise bean 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".

Since:
EJB 2.0