package sqetests.ejb.stateful.passivate.ejb.stateful; import javax.ejb.*; /** * Created Oct 17, 2003 4:06:59 PM * Code generated by the Sun ONE Studio EJB Builder * @author dsingh */ public interface SessionLocalHome extends javax.ejb.EJBLocalHome { public SessionLocal create() throws javax.ejb.CreateException; public SessionLocal create(java.lang.String initialMessage) throws javax.ejb.CreateException; }