Uses of Interface
org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactory

Packages that use SessionProxyFactory
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 SessionProxyFactory in org.jboss.ejb3.proxy.impl.factory.session
 

Subinterfaces of SessionProxyFactory in org.jboss.ejb3.proxy.impl.factory.session
 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 SessionProxyFactory
 class SessionProxyFactoryBase
          SessionProxyFactoryBase Base upon which Session Proxy Factory implementations may build
 

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

Subinterfaces of SessionProxyFactory 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 SessionProxyFactory
 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 SessionProxyFactory in org.jboss.ejb3.proxy.impl.factory.session.stateful
 

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

Classes in org.jboss.ejb3.proxy.impl.factory.session.stateless that implement SessionProxyFactory
 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.