Uses of Class
org.jboss.ejb3.proxy.impl.factory.ProxyFactoryBase

Packages that use ProxyFactoryBase
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   
 

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

Subclasses of ProxyFactoryBase in org.jboss.ejb3.proxy.impl.factory.session
 class SessionProxyFactoryBase
          SessionProxyFactoryBase Base upon which Session Proxy Factory implementations may build
 

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

Subclasses of ProxyFactoryBase in org.jboss.ejb3.proxy.impl.factory.session.service
 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 ProxyFactoryBase in org.jboss.ejb3.proxy.impl.factory.session.stateful
 

Subclasses of ProxyFactoryBase in org.jboss.ejb3.proxy.impl.factory.session.stateful
 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 ProxyFactoryBase in org.jboss.ejb3.proxy.impl.factory.session.stateless
 

Subclasses of ProxyFactoryBase in org.jboss.ejb3.proxy.impl.factory.session.stateless
 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
 



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