1: 2: public interface QuoteServer extends java.rmi.Remote { 3: StockQuote[] getQuote() throws java.rmi.RemoteException; 4: }