com.apama.database
Event QueryDone


Query is done. Message is NULL if the query has succeeded, not NULL if an error has occurred.

See also: StartQuery(), BatchDone(), GetNextBatch()

Dataplayer:
- Direction: Correlator to client

Channel: <serviceId>.Control
Member summary
 integermessageId

Unique id for this query.
 stringserviceId

The service id.
 stringerrorMessage

Blank on success, otherwise the error message.
 integereventCount

Total number of events sent.
 floatlastEventTime

Timestamp of last event.
 dictionary<stringstring>extraParams

This is currently a container to allow additional information in the future.
 
Member detail

errorMessage

            string errorMessage
        
Blank on success, otherwise the error message.

eventCount

            integer eventCount
        
Total number of events sent.

extraParams

            dictionary<stringstringextraParams
        
This is currently a container to allow additional information in the future.

lastEventTime

            float lastEventTime
        
Timestamp of last event.

messageId

            integer messageId
        
Unique id for this query.

serviceId

            string serviceId
        
The service id.