edu.cmu.aura.service
Interface PQResultSource


public interface PQResultSource

Used by PQResult sender to inform a result source of errors sending the results. This allows the source to remove queries from clients that are not correctly receiving results.


Method Summary
 void errorSendingPQResult(int queryID)
           
 

Method Detail

errorSendingPQResult

public void errorSendingPQResult(int queryID)