com.apama.database
Event DataSources


Response event for RequestDataSources(), with a sequence of available dataSources.

See also: RequestDataSources()

Dataplayer:
- Direction: From correlator to client
- Direction: From iaf to client

Channel: None
Member summary
 integermessageId

Unique request-response matching number.
 stringerrorMessage

Blank on success, otherwise some error message.
 sequence<com.apama.database.DataSource>datasources

A list of dataSources available.
 dictionary<stringstring>extraParams

Any additional parameters.
 
Member detail

datasources

            sequence<com.apama.database.DataSourcedatasources
        
A list of dataSources available.

errorMessage

            string errorMessage
        
Blank on success, otherwise some error message.

extraParams

            dictionary<stringstringextraParams
        
Any additional parameters.

messageId

            integer messageId
        
Unique request-response matching number.