com.apama.firewall
Event 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.
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.
 integerinstanceId

The unique identifier for this Rule Class instance.
 com.apama.firewall.InstanceInfoinstanceInfo

An event object containing all the information associated with this instance of the Rule Class.
 
Member Detail

instanceId

integer instanceId
The unique identifier for this Rule Class instance.

instanceInfo

com.apama.firewall.InstanceInfo instanceInfo
An event object containing all the information associated with this instance of the Rule Class.

ruleClassName

string ruleClassName
The name of the Rule Class.