package first.aspect; import java.rmi.*; public interface SetMethod extends java.rmi.Remote { public void setMethodName(String method) throws RemoteException; public String getMethodName() throws RemoteException; }