Uses of Class
org.openejb.ProxyInfo

Packages that use ProxyInfo
org.openejb.alt.containers.castor_cmp11 The classes and interfaces directly under this package define the basic parts of the Castor CMP 1.1 implementation. 
org.openejb.core.entity The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. 
org.openejb.core.ivm The IntraVM server. 
org.openejb.core.stateful The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. 
org.openejb.core.stateless The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. 
org.openejb.server   
org.openejb.server.ejbd   
org.openejb.spi The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. 
 

Uses of ProxyInfo in org.openejb.alt.containers.castor_cmp11
 

Methods in org.openejb.alt.containers.castor_cmp11 that return ProxyInfo
protected  ProxyInfo CastorCMP11_EntityContainer.createEJBObject(java.lang.reflect.Method callMethod, java.lang.Object[] args, ThreadContext callContext)
          This method is responsible for delegating the ejbCreate() and ejbPostCreate() methods on the an entity bean.
 

Uses of ProxyInfo in org.openejb.core.entity
 

Methods in org.openejb.core.entity that return ProxyInfo
protected  ProxyInfo EntityContainer.createEJBObject(java.lang.reflect.Method callMethod, java.lang.Object[] args, ThreadContext callContext)
           
 

Methods in org.openejb.core.entity with parameters of type ProxyInfo
protected  java.lang.Object EntityEjbHomeHandler.createProxy(ProxyInfo proxyInfo)
           
 

Uses of ProxyInfo in org.openejb.core.ivm
 

Subclasses of ProxyInfo in org.openejb.core.ivm
 class SpecialProxyInfo
          Business methods that return EJBHome or EJBObject references to local beans (beans in the same container system) must have the return value converted to a ProxyInfo object so that the server can provide the client with a proper remote reference.
 

Methods in org.openejb.core.ivm that return ProxyInfo
 ProxyInfo EjbObjectProxyHandler.getProxyInfo()
           
abstract  ProxyInfo BaseEjbProxyHandler.getProxyInfo()
           
 ProxyInfo EjbHomeProxyHandler.getProxyInfo()
           
 

Methods in org.openejb.core.ivm with parameters of type ProxyInfo
protected  java.lang.Object EjbHomeProxyHandler.createProxy(ProxyInfo proxyInfo)
           
 javax.ejb.EJBHome IntraVmServer.getEJBHome(ProxyInfo pi)
           
 javax.ejb.EJBMetaData IntraVmServer.getEJBMetaData(ProxyInfo pi)
           
 javax.ejb.EJBObject IntraVmServer.getEJBObject(ProxyInfo pi)
           
 javax.ejb.Handle IntraVmServer.getHandle(ProxyInfo pi)
           
 javax.ejb.HomeHandle IntraVmServer.getHomeHandle(ProxyInfo pi)
           
 

Uses of ProxyInfo in org.openejb.core.stateful
 

Methods in org.openejb.core.stateful that return ProxyInfo
protected  ProxyInfo StatefulContainer.createEJBObject(java.lang.reflect.Method callMethod, java.lang.Object[] args, ThreadContext callContext)
           
 

Methods in org.openejb.core.stateful with parameters of type ProxyInfo
protected  java.lang.Object StatefulEjbHomeHandler.createProxy(ProxyInfo proxyInfo)
           
 

Uses of ProxyInfo in org.openejb.core.stateless
 

Methods in org.openejb.core.stateless that return ProxyInfo
protected  ProxyInfo StatelessContainer.createEJBObject(DeploymentInfo deploymentInfo, java.lang.reflect.Method callMethod)
          This method creates a ProxyInfo object for a specific deployment.
 

Uses of ProxyInfo in org.openejb.server
 

Methods in org.openejb.server with parameters of type ProxyInfo
 javax.ejb.EJBHome ServerFederation.getEJBHome(ProxyInfo proxyInfo)
          Delegates this call to the application server implementation associated with this thread.
 javax.ejb.EJBMetaData ServerFederation.getEJBMetaData(ProxyInfo proxyInfo)
          Delegates this call to the application server implementation associated with this thread.
 javax.ejb.EJBObject ServerFederation.getEJBObject(ProxyInfo proxyInfo)
          Delegates this call to the application server implementation associated with this thread.
 javax.ejb.Handle ServerFederation.getHandle(ProxyInfo proxyInfo)
          Delegates this call to the application server implementation associated with this thread.
 javax.ejb.HomeHandle ServerFederation.getHomeHandle(ProxyInfo proxyInfo)
          Delegates this call to the application server implementation associated with this thread.
 

Uses of ProxyInfo in org.openejb.server.ejbd
 

Methods in org.openejb.server.ejbd with parameters of type ProxyInfo
 javax.ejb.EJBHome EjbDaemon.getEJBHome(ProxyInfo info)
           
 javax.ejb.EJBMetaData EjbDaemon.getEJBMetaData(ProxyInfo info)
           
 javax.ejb.EJBObject EjbDaemon.getEJBObject(ProxyInfo info)
           
 javax.ejb.Handle EjbDaemon.getHandle(ProxyInfo info)
           
 javax.ejb.HomeHandle EjbDaemon.getHomeHandle(ProxyInfo info)
           
 

Uses of ProxyInfo in org.openejb.spi
 

Methods in org.openejb.spi with parameters of type ProxyInfo
 javax.ejb.EJBHome ApplicationServer.getEJBHome(ProxyInfo proxyInfo)
           
 javax.ejb.EJBMetaData ApplicationServer.getEJBMetaData(ProxyInfo proxyInfo)
           
 javax.ejb.EJBObject ApplicationServer.getEJBObject(ProxyInfo proxyInfo)
           
 javax.ejb.Handle ApplicationServer.getHandle(ProxyInfo proxyInfo)
           
 javax.ejb.HomeHandle ApplicationServer.getHomeHandle(ProxyInfo proxyInfo)
           
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.