1 22 package org.jboss.ejb3.test.reference21_30; 23 24 import javax.ejb.*; 25 import java.rmi.*; 26 27 31 public interface StatefulSession30LocalHome extends EJBLocalHome { 32 33 public LocalStatefulSession30 create() throws javax.ejb.CreateException ; 34 35 public LocalStatefulSession30 create(String value) throws javax.ejb.CreateException ; 36 37 public LocalStatefulSession30 create(String value, Integer suffix) throws javax.ejb.CreateException ; 38 } 39 40 | Popular Tags |