org.jboss.test.cts.interfaces
Interface StatefulSessionLocalHome

All Superinterfaces:
EJBLocalHome (src)

public interface StatefulSessionLocalHome
extends EJBLocalHome (src)

The local home interface for stateful session tests


Method Summary
 StatefulSessionLocal (src) create(java.lang.String testName)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome (src)
remove
 

Method Detail

create

public StatefulSessionLocal (src)  create(java.lang.String testName)
                            throws EJBException (src) ,
                                   CreateException (src) 
Throws:
EJBException (src)
CreateException (src)