Package com.apama.firewall

Event summary
AllRuleClassInstanceInfoThis 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.
AllRuleInstanceInfoThis 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.
CombinedQueryResponseThe CombinedQueryResponse event object is generated from the cumulation of all the QueryResponses from all RuleClass implementations by the Risk Firewall.
ConstsThe 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.
ErrorConstantsThe 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.
InstanceInfoThis event object defines the state of a specific Rule Class instance that has been added to the Risk Firewall.
OrderReceiverThe Risk Firewalls OrderReceiver object allows applications to receive order management service events that have been accepted by the Risk Firewall.
OrderSenderThe 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.
QueryConstantsThe 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.
QueryRequestThe 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.
QueryResponseThe QueryResponse event object is sent from all Rule Class implementations to the Risk Firewall.
QueryUpdateThe 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.
RiskFirewallThe 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.
RiskFirewallFactoryThe Risk Firewall Factory allows applications to create new instances of Risk Firewall.
RuleClassThe Risk Firewall Rule Class event object defines the interface that is used by the Risk Firewall to communicate with and control Rule Classes.
RuleClassFactoryThe 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.
RuleClassInfoThis event object contains information about a specific RuleClass implementation that was registered with the Risk Firewall.
RuleInstanceInfoThis 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.