com.apama.firewall
Event 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.
See Also:
com.apama.firewall.RiskFirewall#getRuleInstanceInfo - This action gets information about a specific RuleClass instance that has been added to the Risk Firewall.
com.apama.firewall.RiskFirewall#getAllRuleInstanceInfo - This action gets information about all instances of a specific Rule Class that have been added to the Risk Firewall.
com.apama.firewall.RiskFirewall#getAllRuleClassInstanceInfo - This action gets information about all RuleClass instances for all Rule Classes that have been added to the Risk Firewall.

Member Summary
 stringruleClassName

The name of the Rule Class.
 dictionary<integer, com.apama.firewall.InstanceInfo >instanceInfo

A dictionary containing all the information for all instances of this Rule Class that have been added to this Risk Firewall.
 
Member Detail

instanceInfo

dictionary<integer, com.apama.firewall.InstanceInfo > instanceInfo
A dictionary containing all the information for all instances of this Rule Class that have been added to this Risk Firewall.

ruleClassName

string ruleClassName
The name of the Rule Class.