Uses of Class
org.openejb.proxy.ProxyInfo

Packages that use ProxyInfo
org.openejb   
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()
           
protected  ProxyInfo AbstractContainerBuilder.createProxyInfo()
           
 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, org.apache.geronimo.transaction.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, SecurityConfiguration securityConfiguration, Subject defaultSubject, ClassLoader classLoader)
           
 

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
static Object SerializationHanlder.writeReplace(Object object, ProxyInfo proxyInfo)
           
 Object ReplacementStrategy.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-2005 OpenEJB. All Rights Reserved.