com.tibco.rta.query
Interface QueryResultHandler


public interface QueryResultHandler

Interface to be used to get notifications of query results in case of streaming queries.


Method Summary
 void onData(QueryResultTuple queryResultTuple)
          Get notification of result of a streaming query
 void onError(java.lang.Object errorContext)
          Notification of any exception or error.
 

Method Detail

onData

void onData(QueryResultTuple queryResultTuple)
Get notification of result of a streaming query

Parameters:
queryResultTuple - streaming query result.

onError

void onError(java.lang.Object errorContext)
Notification of any exception or error.

Parameters:
errorContext - error context.


Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.