org.jboss.ejb3.core.businessobject
Class LegacyStatefulBusinessObjectFactory

java.lang.Object
  extended by org.jboss.ejb3.core.businessobject.LegacyStatefulBusinessObjectFactory
All Implemented Interfaces:
BusinessObjectFactory

public class LegacyStatefulBusinessObjectFactory
extends java.lang.Object
implements BusinessObjectFactory


Constructor Summary
LegacyStatefulBusinessObjectFactory()
           
 
Method Summary
<B> B
createBusinessObject(SessionContainer container, java.io.Serializable sessionId, java.lang.Class<B> businessInterface)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyStatefulBusinessObjectFactory

public LegacyStatefulBusinessObjectFactory()
Method Detail

createBusinessObject

public <B> B createBusinessObject(SessionContainer container,
                                  java.io.Serializable sessionId,
                                  java.lang.Class<B> businessInterface)
Specified by:
createBusinessObject in interface BusinessObjectFactory