org.jboss.ejb3.proxy.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
                  extended by org.jboss.ejb3.proxy.objectfactory.session.stateful.StatefulSessionProxyObjectFactory
All Implemented Interfaces:
java.io.Serializable, javax.naming.spi.ObjectFactory

Deprecated.

@Deprecated
public class StatefulSessionProxyObjectFactory
extends org.jboss.ejb3.proxy.impl.objectfactory.session.stateful.StatefulSessionProxyObjectFactory

See Also:
Serialized Form

Constructor Summary
StatefulSessionProxyObjectFactory()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.jboss.ejb3.proxy.impl.objectfactory.session.stateful.StatefulSessionProxyObjectFactory
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
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()
Deprecated.