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

Packages that use SessionSpecProxyFactory
org.jboss.ejb3.proxy.impl.factory.session   
org.jboss.ejb3.proxy.impl.factory.session.stateful   
org.jboss.ejb3.proxy.impl.factory.session.stateless   
org.jboss.ejb3.proxy.impl.objectfactory.session   
 

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

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

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

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

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

Methods in org.jboss.ejb3.proxy.impl.objectfactory.session that return types with arguments of type SessionSpecProxyFactory
protected  Class<SessionSpecProxyFactory> SessionProxyObjectFactory.getProxyFactoryClass()
          Obtains the type or supertype used by proxy factories for this Object Factory
 



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