com.apama.firewall
Event 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.
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
 dictionary<string, dictionary<integer, com.apama.firewall.InstanceInfo > >instanceInfo

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

instanceInfo

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