net.rmi.rjs.jobs
Interface ComputeJob

All Superinterfaces:
java.rmi.Remote

public interface ComputeJob
extends java.rmi.Remote


Method Summary
 java.io.Serializable getAnswer()
          Nothing is computed until someone calls "getAnswer"
 

Method Detail

getAnswer

java.io.Serializable getAnswer()
                               throws java.rmi.RemoteException
Nothing is computed until someone calls "getAnswer"

Returns:
Throws:
java.rmi.RemoteException