Uses of Class
org.openejb.proxy.ProxyInfo

Packages that use ProxyInfo
org.openejb   
org.openejb.corba   
org.openejb.entity.cmp   
org.openejb.mejb   
org.openejb.proxy   
org.openejb.server   
org.openejb.server.ejbd   
org.openejb.spi   
 

Uses of ProxyInfo in org.openejb
 

Methods in org.openejb that return ProxyInfo
 ProxyInfo EJBContainer.getProxyInfo()
           
 ProxyInfo GenericEJBContainer.getProxyInfo()
           
 

Constructors in org.openejb with parameters of type ProxyInfo
GenericEJBContainer(Object containerId, String ejbName, ProxyInfo proxyInfo, InterfaceMethodSignature[] signatures, InstanceContextFactory contextFactory, InterceptorBuilder interceptorBuilder, InstancePool pool, Map componentContext, org.apache.geronimo.transaction.context.UserTransactionImpl userTransaction, String[] jndiNames, String[] localJndiNames, org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager, org.apache.geronimo.transaction.TrackedConnectionAssociator trackedConnectionAssociator, org.apache.geronimo.timer.ThreadPooledTimer timer, String objectName, org.apache.geronimo.kernel.Kernel kernel, org.apache.geronimo.security.deploy.DefaultPrincipal defaultPrincipal, Subject runAsSubject, TSSBean tssBean, Serializable homeTxPolicyConfig, Serializable remoteTxPolicyConfig, ClassLoader classLoader)
           
 

Uses of ProxyInfo in org.openejb.corba
 

Methods in org.openejb.corba with parameters of type ProxyInfo
 javax.ejb.EJBObject CorbaApplicationServer.getEJBObject(ProxyInfo proxyInfo)
           
 javax.ejb.EJBHome CorbaApplicationServer.getEJBHome(ProxyInfo proxyInfo)
           
 javax.ejb.Handle CorbaApplicationServer.getHandle(ProxyInfo proxyInfo)
           
 javax.ejb.HomeHandle CorbaApplicationServer.getHomeHandle(ProxyInfo proxyInfo)
           
 javax.ejb.EJBMetaData CorbaApplicationServer.getEJBMetaData(ProxyInfo proxyInfo)
           
 Object Adapter.genHomeReference(ProxyInfo proxyInfo)
           
 Object RefGenerator.genHomeReference(ProxyInfo proxyInfo)
           
 Object RefGenerator.genObjectReference(ProxyInfo proxyInfo)
           
 Object AdapterEntity.genObjectReference(ProxyInfo proxyInfo)
           
 Object AdapterStateless.genObjectReference(ProxyInfo proxyInfo)
           
 Object AdapterStateful.genObjectReference(ProxyInfo proxyInfo)
           
 

Uses of ProxyInfo in org.openejb.entity.cmp
 

Constructors in org.openejb.entity.cmp with parameters of type ProxyInfo
CMPEJBContainer(Object containerId, String ejbName, ProxyInfo proxyInfo, InterfaceMethodSignature[] signatures, InstanceContextFactory contextFactory, InterceptorBuilder interceptorBuilder, InstancePool pool, Map componentContext, org.apache.geronimo.transaction.context.UserTransactionImpl userTransaction, String[] jndiNames, String[] localJndiNames, org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager, org.apache.geronimo.transaction.TrackedConnectionAssociator trackedConnectionAssociator, org.apache.geronimo.timer.ThreadPooledTimer timer, String objectName, org.apache.geronimo.kernel.Kernel kernel, org.apache.geronimo.security.deploy.DefaultPrincipal defaultPrincipal, Subject runAsSubject, TSSBean tssBean, Serializable homeTxPolicyConfig, Serializable remoteTxPolicyConfig, ClassLoader classLoader, org.tranql.intertxcache.FrontEndCacheDelegate delegate, org.tranql.intertxcache.CacheFactory factory)
           
 

Uses of ProxyInfo in org.openejb.mejb
 

Methods in org.openejb.mejb that return ProxyInfo
 ProxyInfo MEJB.getProxyInfo()
           
 

Uses of ProxyInfo in org.openejb.proxy
 

Methods in org.openejb.proxy that return ProxyInfo
 ProxyInfo EJBMethodInterceptor.getProxyInfo()
           
 ProxyInfo BaseEJB.getProxyInfo()
           
 

Methods in org.openejb.proxy with parameters of type ProxyInfo
 Object ReplacementStrategy.writeReplace(Object object, ProxyInfo proxyInfo)
           
static ProxyMemento ProxyMemento.createEjbObject(ProxyInfo proxyInfo)
           
static ProxyMemento ProxyMemento.createEjbHome(ProxyInfo proxyInfo)
           
static ProxyMemento ProxyMemento.createHandle(ProxyInfo proxyInfo)
           
static ProxyMemento ProxyMemento.createHomeHanldle(ProxyInfo proxyInfo)
           
static ProxyMemento ProxyMemento.createEjbMetaData(ProxyInfo proxyInfo)
           
static Object SerializationHandler.writeReplace(Object object, ProxyInfo proxyInfo)
           
 

Constructors in org.openejb.proxy with parameters of type ProxyInfo
ProxyInfo(ProxyInfo info, Object primaryKey)
           
EJBProxyFactory(ProxyInfo proxyInfo)
           
 

Uses of ProxyInfo in org.openejb.server
 

Methods in org.openejb.server with parameters of type ProxyInfo
 javax.ejb.Handle ServerFederation.getHandle(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.HomeHandle ServerFederation.getHomeHandle(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.EJBHome ServerFederation.getEJBHome(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.EJBMetaData EjbDaemon.getEJBMetaData(ProxyInfo info)
           
 javax.ejb.Handle EjbDaemon.getHandle(ProxyInfo info)
           
 javax.ejb.HomeHandle EjbDaemon.getHomeHandle(ProxyInfo info)
           
 javax.ejb.EJBObject EjbDaemon.getEJBObject(ProxyInfo info)
           
 javax.ejb.EJBHome EjbDaemon.getEJBHome(ProxyInfo info)
           
 

Uses of ProxyInfo in org.openejb.spi
 

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



Copyright © 1999-2006 OpenEJB. All Rights Reserved.