Uses of Class
org.openejb.client.EJBHomeHandler

Packages that use EJBHomeHandler
org.openejb.client The core classes of the container system implementing the interfaces defined by the OpenEJB server. 
 

Uses of EJBHomeHandler in org.openejb.client
 

Subclasses of EJBHomeHandler in org.openejb.client
 class EntityEJBHomeHandler
           
 class StatefulEJBHomeHandler
          This InvocationHandler and its proxy are serializable and can be used by HomeHandle, Handle, and MetaData to persist and revive handles.
 class StatelessEJBHomeHandler
          This InvocationHandler and its proxy are serializable and can be used by HomeHandle, Handle, and MetaData to persist and revive handles.
 

Fields in org.openejb.client declared as EJBHomeHandler
protected  EJBHomeHandler EJBHomeHandle.handler
           
 

Methods in org.openejb.client that return EJBHomeHandler
static EJBHomeHandler EJBHomeHandler.createEJBHomeHandler(EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client)
           
 EJBHomeHandler EJBHomeProxy.getEJBHomeHandler()
          Returns the Handler acting as handler for this proxy
 

Constructors in org.openejb.client with parameters of type EJBHomeHandler
EJBHomeProxyHandle(EJBHomeHandler handler)
           
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.