com.apama.firewall
Event QueryResponse


The QueryResponse event object is sent from all Rule Class implementations to the Risk Firewall.

This object contains the name of the Rule Class that this response is from, the type of the response (e.g. Approved, warning, or objection), and a message value that can be used to indicate other information.
See Also:
com.apama.firewall.QueryRequest - The Query request object that will be sent to the Rule Classes
com.apama.oms.OrderState - The current state of the order that this query request is associated with

Member summary
 integerrequestId

A unique identifier for this request.
 wildcard stringruleClassName

The name of the RuleClass that this response is associated with.
 wildcard integerinstanceId

The Rule Instance Id that this response is associated with. If zero, this is from the Rule Class, not from a specific instance.
 wildcard integerresponse

The type of the response (e.g. Approved, warning, or objection).
 wildcard stringmessage

A message value that can be used to indicate other information on success or failure.
 
Member detail

instanceId

            wildcard integer instanceId
        
The Rule Instance Id that this response is associated with. If zero, this is from the Rule Class, not from a specific instance.

message

            wildcard string message
        
A message value that can be used to indicate other information on success or failure.

requestId

            integer requestId
        
A unique identifier for this request.

response

            wildcard integer response
        
The type of the response (e.g. Approved, warning, or objection).

ruleClassName

            wildcard string ruleClassName
        
The name of the RuleClass that this response is associated with.