Class HandleDelegateImpl

  • All Implemented Interfaces:
    javax.ejb.spi.HandleDelegate

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

    Implementation of the javax.ejb.spi.HandleDelegate interface

    The HandleDelegate interface is implemented by the Jakarta Enterprise Beans container. It is used by portable implementations of javax.ejb.Handle and javax.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