jrun.ejb
Class StatefulSessionInstanceFactory

java.lang.Object
  |
  +--jrun.ejb.StatefulSessionInstanceFactory

public class StatefulSessionInstanceFactory
extends java.lang.Object

One deviation from JBoss's design is that that newInstance/setSessionContext/ejbCreate calls are all located here instead of being triggered by the instance pool and spread out.

Author:
Paul Reilly

Constructor Summary
StatefulSessionInstanceFactory()
           
 
Method Summary
static Instance createEmptyInstance(EJBContainer ejbContainer)
           
static Instance createInstance(EJBInvocation invocationContext, EJBContainer ejbContainer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatefulSessionInstanceFactory

public StatefulSessionInstanceFactory()
Method Detail

createEmptyInstance

public static Instance createEmptyInstance(EJBContainer ejbContainer)

createInstance

public static Instance createInstance(EJBInvocation invocationContext,
                                      EJBContainer ejbContainer)
                               throws java.lang.Exception


Copyright � 2002 Macromedia Corporation. All Rights Reserved.