org.jboss.ejb3.proxy.impl.objectfactory.session.stateless
Class StatelessSessionProxyObjectFactory

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.stateless.StatelessSessionProxyObjectFactory
All Implemented Interfaces:
Serializable, ObjectFactory

public class StatelessSessionProxyObjectFactory
extends SessionProxyObjectFactory

StatelessSessionProxyObjectFactory A JNDI ObjectFactory responsible for returning the appropriate SLSB Proxy upon lookup

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

Constructor Summary
StatelessSessionProxyObjectFactory()
           
 
Method Summary
protected  Object 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
 
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

StatelessSessionProxyObjectFactory

public StatelessSessionProxyObjectFactory()
Method Detail

getProxy

protected Object 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

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.