Event Summary |
AllRuleClassInstanceInfo | This event object defines the state of all instances of all Rule Classes that has been added to the Risk Firewall. This event object is returned from the action getAllRuleClassInstanceInfo() on the Risk Firewall. |
AllRuleInstanceInfo | This event object defines the state of all instances of a specific Rule Class that has been added to the Risk Firewall. This event object is returned from the action getAllRuleInstanceInfo() on the Risk Firewall. |
CombinedQueryResponse | The CombinedQueryResponse event object is generated from the cumulation of all the QueryResponses from all RuleClass implementations by the Risk Firewall. |
Consts | The Consts event object contains a set of constants that define the various constant values for common settings, values, and configuration items in the Risk Firewall. |
ErrorConstants | The Consts event object contains a set of constants that are used for the generic error handling in the Risk Firewall. These constants should be used rather than the specific value in order to ensure future compatibility. |
InstanceInfo | This event object defines the state of a specific Rule Class instance that has been added to the Risk Firewall. |
OrderReceiver | The Risk Firewalls OrderReceiver object allows applications to receive order management service events that have been accepted by the Risk Firewall. |
OrderSender | The Risk Firewalls OrderSender object allows applications to send order management service events (IE com.apama.oms.NewOrder, com.apama.oms.AmendOrder, and com.apama.oms.CancelOrder) to the Risk Firewall. |
QueryConstants | The QueryConstants event object contains a set of constants that define the Query Request and Response types. These constants should be used rather than the specific value in order to ensure future compatibility. |
QueryRequest | The QueryRequest event object is sent from the Risk Firewall to all Rule Classes. This object contains the type of the query, and also the current OrderState which contains all the current details of the order that the request is associated with. |
QueryResponse | The QueryResponse event object is sent from all Rule Class implementations to the Risk Firewall. |
QueryUpdate | The QueryUpdate event object is sent from the Risk Firewall to all Rule Classes. This object contains the current OrderState which contains all the current details of the order that the update is associated with. |
RiskFirewall | The Risk Firewall is designed to allow applications to define a set of rules that any orders being sent to the Risk Firewall must be validated against. |
RiskFirewallFactory | The Risk Firewall Factory allows applications to create new instances of Risk Firewall. |
RuleClass | The Risk Firewall Rule Class event object defines the interface that is used by the Risk Firewall to communicate with and control Rule Classes. |
RuleClassFactory | The RuleClassFactory is used to create a new instance of a RuleClass. Users will then need to override the RuleClass actions (where necessary) with their own implementations. |
RuleClassInfo | This event object contains information about a specific RuleClass implementation that was registered with the Risk Firewall. |
RuleInstanceInfo | This event object defines the state of a specific Rule Class instance that has been added to the Risk Firewall. This event object is returned from the action getRuleInstanceInfo() on the Risk Firewall. |