|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
QueryClient is implemented by primitive service clients that desire to receive results from posted queries or from triggers. The remote service executes callbacks using this interface.
| Method Summary | |
edu.cmu.aura.service.rpc.RemoteReference |
getReference()
Returns a reference to this client. |
void |
queryExecuted(int queryID,
QueryResult queryResult)
Called by a service to inform a client of the result of a posted query. |
void |
triggerFired(int triggerID,
QueryResult queryResult)
Called by a service to inform clients of results of triggers. |
| Method Detail |
public void queryExecuted(int queryID,
QueryResult queryResult)
throws java.rmi.RemoteException
queryID - the ID of the posted queryqueryResult - the result of the posted query execution
java.rmi.RemoteException
public void triggerFired(int triggerID,
QueryResult queryResult)
throws java.rmi.RemoteException
queryResult - the result of a trigger execution
java.rmi.RemoteExceptionpublic edu.cmu.aura.service.rpc.RemoteReference getReference()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||