159160161162163164165
//helper methods from Globus example for managing resources (indirect indication of how many estimations are made) public synchronized AddResponse add(int a) throws RemoteException { value += a; lastOp = "ADDITION"; return new AddResponse(); }