1 25 26 package org.objectweb.jonas.jtests.beans.flocal; 27 28 import java.rmi.RemoteException ; 29 import javax.ejb.EJBObject ; 30 31 34 public interface Target extends EJBObject { 35 public int getTen() throws RemoteException ; 36 public void method2(java.lang.String s) throws RemoteException ; 37 public int getNumber() throws RemoteException ; 38 public String getString() throws RemoteException ; 39 public boolean isCreatedViaCreateXX() throws RemoteException ; 40 } 41 | Popular Tags |