rmiimage
Class Server

java.lang.Object
  |
  +--java.rmi.server.RemoteObject
        |
        +--java.rmi.server.RemoteServer
              |
              +--java.rmi.server.UnicastRemoteObject
                    |
                    +--rmiimage.Server
All Implemented Interfaces:
BenchMark, java.rmi.Remote, java.io.Serializable

public class Server
extends java.rmi.server.UnicastRemoteObject
implements BenchMark

See Also:
Serialized Form

Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
Server(java.lang.String s)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void multiplyBench(long range)
           
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Server

public Server(java.lang.String s)
       throws java.rmi.RemoteException
Method Detail

main

public static void main(java.lang.String[] args)

multiplyBench

public void multiplyBench(long range)
                   throws java.rmi.RemoteException
Specified by:
multiplyBench in interface BenchMark