/Users/lyon/j4p/src/net/rmi/rmiSynth/RMIInterface.java
|
1 //This was created automatically by Class Generator
2 package net.rmi.rmiSynth;
3
4 public interface RMIInterface
5 extends java.rmi.Remote {
6
7 public long getBenchMark()
8 throws java.rmi.RemoteException;
9
10 public void hello()
11 throws java.rmi.RemoteException;
12
13 public java.lang.String getHello()
14 throws java.rmi.RemoteException;
15
16 public void multiplyBench(long p0)
17 throws java.rmi.RemoteException;
18
19 public static final String SERVER_NAME = "RMIServer";
20 }