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