Class HandleDelegateImpl

java.lang.Object
org.jboss.as.ejb3.iiop.handle.HandleDelegateImpl
All Implemented Interfaces:
jakarta.ejb.spi.HandleDelegate

public class HandleDelegateImpl extends Object implements jakarta.ejb.spi.HandleDelegate

Implementation of the jakarta.ejb.spi.HandleDelegate interface

The HandleDelegate interface is implemented by the Jakarta Enterprise Beans container. It is used by portable implementations of jakarta.ejb.Handle and jakarta.ejb.HomeHandle. It is not used by Jakarta Enterprise Beans components or by client components. It provides methods to serialize and deserialize Jakarta Enterprise Beans Object and Jakarta Enterprise Beans Home references to streams.

The HandleDelegate object is obtained by JNDI lookup at the reserved name "java:comp/HandleDelegate".

Author:
Dimitris.Andreadis@jboss.org, adrian@jboss.com