org.jboss.ejb3.proxy.clustered.objectfactory.session.stateless
Class StatelessSessionClusteredProxyObjectFactory

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.clustered.objectfactory.session.SessionClusteredProxyObjectFactory
                  extended by org.jboss.ejb3.proxy.clustered.objectfactory.session.stateless.StatelessSessionClusteredProxyObjectFactory
All Implemented Interfaces:
Serializable, ObjectFactory

public class StatelessSessionClusteredProxyObjectFactory
extends SessionClusteredProxyObjectFactory

ClusteredStatelessSessionProxyObjectFactory A JNDI ObjectFactory responsible for returning the appropriate clustered SLSB Proxy upon lookup.

Version:
$Revision: $
Author:
Brian Stansberry
See Also:
Serialized Form

Constructor Summary
StatelessSessionClusteredProxyObjectFactory()
           
 
Method Summary
 
Methods inherited from class org.jboss.ejb3.proxy.clustered.objectfactory.session.SessionClusteredProxyObjectFactory
createProxyFactoryProxy, getProxy
 
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
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

StatelessSessionClusteredProxyObjectFactory

public StatelessSessionClusteredProxyObjectFactory()


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