1 22 package org.jboss.test.testbean.interfaces; 23 24 25 import javax.ejb.*; 26 import java.rmi.*; 27 28 29 public interface BMTStatefulHome extends EJBHome { 30 31 public BMTStateful create() throws java.rmi.RemoteException , javax.ejb.CreateException ; 32 public BMTStateful create(String caca) throws java.rmi.RemoteException , javax.ejb.CreateException ; 33 public BMTStateful create(String caca, String cacaprout) throws java.rmi.RemoteException , javax.ejb.CreateException ; 34 35 } 36 37 | Popular Tags |