|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.ejb3.proxy.objectfactory.ProxyObjectFactory
org.jboss.ejb3.proxy.objectfactory.Ejb3RegistrarProxyObjectFactory
org.jboss.ejb3.proxy.objectfactory.session.SessionProxyObjectFactory
org.jboss.ejb3.proxy.objectfactory.session.stateless.StatelessSessionProxyObjectFactory
public class StatelessSessionProxyObjectFactory
StatelessSessionProxyObjectFactory A JNDI ObjectFactory responsible for returning the appropriate SLSB Proxy upon lookup
| Constructor Summary | |
|---|---|
StatelessSessionProxyObjectFactory()
|
|
| Method Summary | |
|---|---|
protected java.lang.Object |
getProxy(ProxyFactory proxyFactory,
javax.naming.Name name,
java.util.Map<java.lang.String,java.util.List<java.lang.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.objectfactory.session.SessionProxyObjectFactory |
|---|
createProxy, getProxyFactoryClass, hasBusiness, hasHome, hasLocalBusiness, hasRemoteBusiness |
| Methods inherited from class org.jboss.ejb3.proxy.objectfactory.ProxyObjectFactory |
|---|
createProxyFactoryProxy, getObjectInstance, getSingleReferenceAddressValue, getSingleRequiredReferenceAddressValue |
| 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 |
|---|
public StatelessSessionProxyObjectFactory()
| Method Detail |
|---|
protected java.lang.Object getProxy(ProxyFactory proxyFactory,
javax.naming.Name name,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> referenceAddresses)
getProxy in class ProxyObjectFactoryproxyFactory - The ProxyFactory to usename - The JNDI name looked upreferenceAddresses -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||