org.jboss.ejb3.proxy.impl.objectfactory.session.stateful
Class StatefulSessionProxyObjectFactory

java.lang.Object
  extended by org.jboss.ejb3.proxy.impl.objectfactory.ProxyObjectFactory
      extended by org.jboss.ejb3.proxy.impl.objectfactory.Ejb3RegistrarProxyObjectFactory
          extended by org.jboss.ejb3.proxy.impl.objectfactory.session.SessionProxyObjectFactory
              extended by org.jboss.ejb3.proxy.impl.objectfactory.session.stateful.StatefulSessionProxyObjectFactory
All Implemented Interfaces:
Serializable, ObjectFactory

public class StatefulSessionProxyObjectFactory
extends SessionProxyObjectFactory

StatefulSessionProxyObjectFactory A JNDI ObjectFactory responsible for returning the appropriate SFSB Proxy upon lookup

Version:
$Revision: $
Author:
ALR
See Also:
Serialized Form

Constructor Summary
StatefulSessionProxyObjectFactory()
           
 
Method Summary
protected  Object getProxy(ProxyFactory proxyFactory, Name name, Map<String,List<String>> referenceAddresses)
          SFSB Object Factories must always create a new SFSB Proxy
 
Methods inherited from class org.jboss.ejb3.proxy.impl.objectfactory.session.SessionProxyObjectFactory
createProxy, getProxyFactoryClass, hasHome
 
Methods inherited from class org.jboss.ejb3.proxy.impl.objectfactory.ProxyObjectFactory
createProxyFactoryProxy, getObjectInstance, getSingleReferenceAddressValue, getSingleRequiredReferenceAddressValue, hasBusiness, hasLocalBusiness, hasRemoteBusiness, redefineProxyInTcl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.naming.spi.ObjectFactory
getObjectInstance
 

Constructor Detail

StatefulSessionProxyObjectFactory

public StatefulSessionProxyObjectFactory()
Method Detail

getProxy

protected Object getProxy(ProxyFactory proxyFactory,
                          Name name,
                          Map<String,List<String>> referenceAddresses)
SFSB Object Factories must always create a new SFSB Proxy

Specified by:
getProxy in class ProxyObjectFactory
Parameters:
proxyFactory - The ProxyFactory to use
name - The JNDI name looked up
referenceAddresses -


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