1 /*Remote Interface*/
2
3
4 package net.rmi.rmiimage;
5
6
7 public interface BenchMark
8
9 extends java.rmi.Remote {
10
11 void multiplyBench(long range)
12
13 throws java.rmi.RemoteException;
14
15 }