Uses of Interface
org.jboss.ejb3.proxy.impl.factory.ProxyFactory

Packages that use ProxyFactory
org.jboss.ejb3.proxy.impl.factory   
org.jboss.ejb3.proxy.impl.factory.session   
org.jboss.ejb3.proxy.impl.factory.session.service   
org.jboss.ejb3.proxy.impl.factory.session.stateful   
org.jboss.ejb3.proxy.impl.factory.session.stateless   
org.jboss.ejb3.proxy.impl.jndiregistrar   
org.jboss.ejb3.proxy.impl.objectfactory   
org.jboss.ejb3.proxy.impl.objectfactory.session   
org.jboss.ejb3.proxy.impl.objectfactory.session.service   
org.jboss.ejb3.proxy.impl.objectfactory.session.stateful   
org.jboss.ejb3.proxy.impl.objectfactory.session.stateless   
 

Uses of ProxyFactory in org.jboss.ejb3.proxy.impl.factory
 

Classes in org.jboss.ejb3.proxy.impl.factory that implement ProxyFactory
 class ProxyFactoryBase
          ProxyFactoryBase A Base upon which Proxy Factory Implementations may build
 

Uses of ProxyFactory in org.jboss.ejb3.proxy.impl.factory.session
 

Subinterfaces of ProxyFactory in org.jboss.ejb3.proxy.impl.factory.session
 interface SessionProxyFactory
          SessionProxyFactory Contract for a Proxy Factory responsible for creation of both EJB3 and EJB2.x Session Bean Proxies
 interface SessionSpecProxyFactory
          SessionSpecProxyFactory Contract for a Proxy Factory responsible for creation of both EJB3 and EJB2.x Session Bean Proxies as defined by the EJB3 specification
 

Classes in org.jboss.ejb3.proxy.impl.factory.session that implement ProxyFactory
 class SessionProxyFactoryBase
          SessionProxyFactoryBase Base upon which Session Proxy Factory implementations may build
 

Uses of ProxyFactory in org.jboss.ejb3.proxy.impl.factory.session.service
 

Subinterfaces of ProxyFactory in org.jboss.ejb3.proxy.impl.factory.session.service
 interface ServiceProxyFactory
          ServiceProxyFactory Defines functions required of a Proxy Factory responsible for generating Proxies to JBoss EJB3 JMX Service Beans
 

Classes in org.jboss.ejb3.proxy.impl.factory.session.service that implement ProxyFactory
 class ServiceLocalProxyFactory
          ServiceLocalProxyFactory A @Service Proxy Factory for Local Views
 class ServiceProxyFactoryBase
          ServiceProxyFactoryBase Base upon which @Service Proxy Factory implementations may build
 class ServiceRemoteProxyFactory
          ServiceRemoteProxyFactory A @Service Proxy Factory for Remote Views
 

Uses of ProxyFactory in org.jboss.ejb3.proxy.impl.factory.session.stateful
 

Subinterfaces of ProxyFactory in org.jboss.ejb3.proxy.impl.factory.session.stateful
 interface StatefulSessionProxyFactory
          StatefulSessionProxyFactory Extension for SFSB Proxy Factories in which case methods defined by SessionProxyFactory result in creation of a new Session, while the overloaded methods provided here may create a Proxy for a specified Session ID
 

Classes in org.jboss.ejb3.proxy.impl.factory.session.stateful that implement ProxyFactory
 class StatefulSessionLocalProxyFactory
          StatefulSessionLocalProxyFactory A SFSB Proxy Factory for Local Views
 class StatefulSessionProxyFactoryBase
          StatefulSessionProxyFactoryBase Base upon which SFSB Proxy Factories may build
 class StatefulSessionRemoteProxyFactory
          StatefulSessionRemoteProxyFactory A SFSB Proxy Factory for Remote Views
 

Uses of ProxyFactory in org.jboss.ejb3.proxy.impl.factory.session.stateless
 

Classes in org.jboss.ejb3.proxy.impl.factory.session.stateless that implement ProxyFactory
 class StatelessSessionLocalProxyFactory
          StatelessSessionLocalProxyFactory A SLSB Proxy Factory for Local Views
 class StatelessSessionProxyFactoryBase
          StatelessSessionProxyFactoryBase Base upon which SLSB Proxy Factories may build
 class StatelessSessionRemoteProxyFactory
          StatelessSessionRemoteProxyFactory A SLSB Proxy Factory for Remote Views
 

Uses of ProxyFactory in org.jboss.ejb3.proxy.impl.jndiregistrar
 

Methods in org.jboss.ejb3.proxy.impl.jndiregistrar that return ProxyFactory
protected abstract  ProxyFactory JndiSessionRegistrarBase.createLocalProxyFactory(String name, String containerName, String containerGuid, org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData smd, ClassLoader cl, org.jboss.aop.Advisor advisor)
          Creates and returns a new local proxy factory for this Session Bean
protected  ProxyFactory JndiStatefulSessionRegistrar.createLocalProxyFactory(String name, String containerName, String containerGuid, org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData smd, ClassLoader cl, org.jboss.aop.Advisor advisor)
          Creates and returns a new local proxy factory for this SFSB
protected  ProxyFactory JndiStatelessSessionRegistrar.createLocalProxyFactory(String name, String containerName, String containerGuid, org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData smd, ClassLoader cl, org.jboss.aop.Advisor advisor)
          Creates and returns a new local proxy factory for this SLSB
protected  ProxyFactory JndiServiceRegistrar.createLocalProxyFactory(String name, String containerName, String containerGuid, org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData smd, ClassLoader cl, org.jboss.aop.Advisor advisor)
          Creates and returns a new local proxy factory for this @Service
protected abstract  ProxyFactory JndiSessionRegistrarBase.createRemoteProxyFactory(String name, String containerName, String containerGuid, org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData smd, ClassLoader cl, String url, org.jboss.aop.Advisor advisor, String interceptorStackName)
          Creates and returns a new remote proxy factory for this Session Bean
protected  ProxyFactory JndiStatefulSessionRegistrar.createRemoteProxyFactory(String name, String containerName, String containerGuid, org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData smd, ClassLoader cl, String url, org.jboss.aop.Advisor advisor, String interceptorStackName)
          Creates and returns a new remote proxy factory for this SFSB
protected  ProxyFactory JndiStatelessSessionRegistrar.createRemoteProxyFactory(String name, String containerName, String containerGuid, org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData smd, ClassLoader cl, String url, org.jboss.aop.Advisor advisor, String interceptorStackName)
          Creates and returns a new remote proxy factory for this Session Bean
protected  ProxyFactory JndiServiceRegistrar.createRemoteProxyFactory(String name, String containerName, String containerGuid, org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData smd, ClassLoader cl, String url, org.jboss.aop.Advisor advisor, String interceptorStackName)
          Creates and returns a new remote proxy factory for this SFSB
 

Methods in org.jboss.ejb3.proxy.impl.jndiregistrar with parameters of type ProxyFactory
protected  void JndiSessionRegistrarBase.registerProxyFactory(String name, ProxyFactory factory, org.jboss.metadata.ejb.jboss.JBossEnterpriseBeanMetaData smd)
          Registers the specified proxy factory into the registry
 

Uses of ProxyFactory in org.jboss.ejb3.proxy.impl.objectfactory
 

Methods in org.jboss.ejb3.proxy.impl.objectfactory that return ProxyFactory
protected  ProxyFactory ProxyObjectFactory.createProxyFactoryProxy(Name name, Map<String,List<String>> refAddrs, String proxyFactoryRegistryKey)
          Creates a remoting proxy to the proxy factory.
 

Methods in org.jboss.ejb3.proxy.impl.objectfactory with parameters of type ProxyFactory
protected abstract  Object ProxyObjectFactory.getProxy(ProxyFactory proxyFactory, Name name, Map<String,List<String>> referenceAddresses)
           
 

Uses of ProxyFactory in org.jboss.ejb3.proxy.impl.objectfactory.session
 

Methods in org.jboss.ejb3.proxy.impl.objectfactory.session with parameters of type ProxyFactory
protected  Object SessionProxyObjectFactory.createProxy(ProxyFactory factory, Name name, Map<String,List<String>> referenceAddresses)
          Creates an proxy from the appropriate ProxyFactory as determined by metadata in the specified reference addresses
 

Uses of ProxyFactory in org.jboss.ejb3.proxy.impl.objectfactory.session.service
 

Methods in org.jboss.ejb3.proxy.impl.objectfactory.session.service with parameters of type ProxyFactory
protected  Object ServiceProxyObjectFactory.getProxy(ProxyFactory proxyFactory, Name name, Map<String,List<String>> referenceAddresses)
           
 

Uses of ProxyFactory in org.jboss.ejb3.proxy.impl.objectfactory.session.stateful
 

Methods in org.jboss.ejb3.proxy.impl.objectfactory.session.stateful with parameters of type ProxyFactory
protected  Object StatefulSessionProxyObjectFactory.getProxy(ProxyFactory proxyFactory, Name name, Map<String,List<String>> referenceAddresses)
          SFSB Object Factories must always create a new SFSB Proxy
 

Uses of ProxyFactory in org.jboss.ejb3.proxy.impl.objectfactory.session.stateless
 

Methods in org.jboss.ejb3.proxy.impl.objectfactory.session.stateless with parameters of type ProxyFactory
protected  Object StatelessSessionProxyObjectFactory.getProxy(ProxyFactory proxyFactory, Name name, Map<String,List<String>> referenceAddresses)
          SLSB Object Factories must always create a new SLSB Proxy if one is not available in the internal cache, otherwise use the cached one and return
 



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.