// Copyright © 1998 Sun Microsystems, Inc. All Rights Reserved. // package examples.activation; import java.rmi.*; public interface AnotherRemoteInterface extends Remote { public String calltheServer(String s) throws RemoteException; }