net.rmi.rmiSynth
Interface RMIInterface

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
RMIServer

public interface RMIInterface
extends java.rmi.Remote


Field Summary
static java.lang.String SERVER_NAME
           
 
Method Summary
 long getBenchMark()
           
 java.lang.String getHello()
           
 void hello()
           
 void multiplyBench(long p0)
           
 

Field Detail

SERVER_NAME

static final java.lang.String SERVER_NAME
See Also:
Constant Field Values
Method Detail

getBenchMark

long getBenchMark()
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

hello

void hello()
           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getHello

java.lang.String getHello()
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

multiplyBench

void multiplyBench(long p0)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException