public class ServerSideQICAgent extends java.lang.Object implements IServerInteractiveContinuation
| Constructor and Description |
|---|
ServerSideQICAgent()
Instantiates QICAgent
|
| Modifier and Type | Method and Description |
|---|---|
ISegmentSet |
generateInteractiveResponse(java.lang.String strQueryId)
Retrieves the number of query fired for specified Query ID.
|
ISingleCollection<java.lang.String> |
getUnprocessedResponse()
This will return the String array from the Collection which are unprocessed.
|
boolean |
processReceive(ISegmentSet objSegmentSet)
Keeps the logs of incoming Interactive Queries.
|
void |
processSend(ISegmentSet objSegmentSet)
Keeps the logs of outgoing Interactive Responses.
|
public ISegmentSet generateInteractiveResponse(java.lang.String strQueryId)
generateInteractiveResponse in interface IServerInteractiveContinuationstrQueryID - object of Query id for which retrieving Segment Set.public boolean processReceive(ISegmentSet objSegmentSet)
processReceive in interface IServerInteractiveContinuationobjSegmentSet - object of Segment Set received.public void processSend(ISegmentSet objSegmentSet)
processSend in interface IServerInteractiveContinuationobjSegmentSet - object of Segment Set received.public ISingleCollection<java.lang.String> getUnprocessedResponse()
getUnprocessedResponse in interface IServerInteractiveContinuation