Uses of Interface
org.openejb.client.EJBHomeProxy

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

Uses of EJBHomeProxy in org.openejb.client
 

Fields in org.openejb.client declared as EJBHomeProxy
protected  EJBHomeProxy EJBHomeHandle.ejbHomeProxy
           
protected  EJBHomeProxy EJBMetaDataImpl.ejbHomeProxy
           
 

Methods in org.openejb.client that return EJBHomeProxy
 EJBHomeProxy EJBHomeHandler.createEJBHomeProxy()
           
 EJBHomeProxy JNDIContext.createEJBHomeProxy(EJBMetaDataImpl ejbData)
           
 

Methods in org.openejb.client with parameters of type EJBHomeProxy
protected  void EJBHomeHandle.setEJBHomeProxy(EJBHomeProxy ejbHomeProxy)
           
protected  void EJBMetaDataImpl.setEJBHomeProxy(EJBHomeProxy home)
           
protected  void EJBObjectHandler.setEJBHomeProxy(EJBHomeProxy ejbHome)
           
 

Constructors in org.openejb.client with parameters of type EJBHomeProxy
EJBHomeHandle(EJBHomeProxy proxy)
           
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.