1 25 26 package org.objectweb.jonas.jtests.beans.local; 27 28 import java.rmi.RemoteException ; 29 30 import javax.ejb.CreateException ; 31 32 35 public interface TargetSFHome extends TargetSLHome { 36 Target create(String s, int n) throws CreateException , RemoteException ; 37 Target createXX(String s, int n) throws CreateException , RemoteException ; 38 } 39 | Popular Tags |