com.apama.firewall
Event RuleClassInfo


This event object contains information about a specific RuleClass implementation that was registered with the Risk Firewall.

This information includes the name of the Rule Class, its current evaluation priority, the configuration schema it provides, and any current state information that has.

This event object is returned when calling the getRuleClassInfo() and getAllRuleClassInfo() actions on the RiskFirewall.
See Also:
com.apama.firewall.RiskFirewall#getRuleClassInfo - This action gets information about a specific RuleClass implementation that is registered with the Risk Firewall.
com.apama.firewall.RiskFirewall#getAllRuleClassInfo - This action gets information about all RuleClass implementations that are registered with the Risk Firewall.

Member summary
 stringruleClassName

The name of the Rule Class.
 stringruleClassDescription

The description of the Rule Class.
 integerpriority

The current evaluation priority associated with this Rule Class.
 com.apama.utils.ParamsSchemaschema

The configuration schema associated with this Rule Class.
 com.apama.utils.Paramsstate

The current state of this Rule Class (if it publishes state information).
 
Member detail

priority

            integer priority
        
The current evaluation priority associated with this Rule Class.

ruleClassDescription

            string ruleClassDescription
        
The description of the Rule Class.

ruleClassName

            string ruleClassName
        
The name of the Rule Class.

schema

            com.apama.utils.ParamsSchema schema
        
The configuration schema associated with this Rule Class.

state

            com.apama.utils.Params state
        
The current state of this Rule Class (if it publishes state information).