org.jboss.ejb3.proxy.impl.objectfactory.session.stateless
Class StatelessSessionProxyObjectFactory
java.lang.Object
org.jboss.ejb3.proxy.impl.objectfactory.ProxyObjectFactory
org.jboss.ejb3.proxy.impl.objectfactory.Ejb3RegistrarProxyObjectFactory
org.jboss.ejb3.proxy.impl.objectfactory.session.SessionProxyObjectFactory
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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatelessSessionProxyObjectFactory
public StatelessSessionProxyObjectFactory()
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 usename
- The JNDI name looked upreferenceAddresses
-
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.