import java.rmi.*;

public interface CountManager extends Remote {
    Count getCount(String nome) throws RemoteException;
}