/*Remote Interface*/


package rmi.rmiimage;


public interface BenchMark

    extends java.rmi.Remote {

  void multiplyBench(long range)

      throws java.rmi.RemoteException;

}