1 2 package test; 3 4 import java.rmi.RemoteException ; 5 6 7 10 public interface TestingEntityRemoteBusiness { 11 public abstract String getKey() throws RemoteException ; 12 13 void setCmpTestField2x(int cmpTestField2x) throws java.rmi.RemoteException ; 14 15 int getCmpTestField2x() throws java.rmi.RemoteException ; 16 17 String testBusinessMethod1() throws RemoteException ; 18 19 } 20 | Popular Tags |