public class ClientSideQICAgent extends java.lang.Object implements IClientInteractiveContinuation
| Constructor and Description |
|---|
ClientSideQICAgent()
Instantiates QICAgent
|
| Modifier and Type | Method and Description |
|---|---|
ISegmentSet |
generateCancellationQuery(java.lang.String strQueryId)
Checks weather the Query is completed or not.
|
ISegmentSet |
generateInteractiveQuery(java.lang.String strQueryId)
Retrieves the number of query fired for specified Query ID.
|
ISingleCollection<java.lang.String> |
getUnprocessedQueries()
This will return the String array from the Collection which are unprocessed.
|
boolean |
processReceive(ISegmentSet objSegmentSet)
Keeps the logs of incoming Interactive Responses.
|
void |
processSend(ISegmentSet objSegmentSet)
Keeps the logs of outgoing Interactive Queries.
|
public ISegmentSet generateCancellationQuery(java.lang.String strQueryId)
IClientInteractiveContinuationgenerateCancellationQuery in interface IClientInteractiveContinuationstrQueryId - specify the Query ID.public ISegmentSet generateInteractiveQuery(java.lang.String strQueryId)
generateInteractiveQuery in interface IClientInteractiveContinuationstrQueryID - Query ID of an Querypublic boolean processReceive(ISegmentSet objSegmentSet)
processReceive in interface IClientInteractiveContinuationobjSegmentSet - object of Segment Set received.public void processSend(ISegmentSet objSegmentSet)
processSend in interface IClientInteractiveContinuationobjSegmentSet - object of Segment Set received.public ISingleCollection<java.lang.String> getUnprocessedQueries()
getUnprocessedQueries in interface IClientInteractiveContinuation