1 25 26 package org.objectweb.jonas.jtests.beans.ffolder; 27 28 import java.rmi.RemoteException ; 29 import javax.ejb.EJBObject ; 30 31 34 public interface File extends EJBObject { 35 public int getP1Value() throws RemoteException ; 36 public int getP2Value() throws RemoteException ; 37 public String getName() throws RemoteException ; 38 public int getCount() throws RemoteException ; 39 } 40 | Popular Tags |