com.apama.firewall
Event RuleClassFactory


The 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.

The RuleClass can then be registered with one or more Risk Firewall implementations using the 'registerRuleClass()' action on the RiskFirewallInterface.
See Also:
com.apama.firewall.RuleClass - The RuleClass event object that is returned
com.apama.firewall.RiskFirewall - The main Risk Firewall interface

Action summary
 com.apama.firewall.RuleClasscreate(string ruleClassName)

This action creates a default implementation of the RuleClass, which the user can then override as appropriate for their own custom RuleClass implementations. The RuleClass object that this action returns can be registered with the RiskFirewallInterface.
 
Action detail

create

            com.apama.firewall.RuleClass create(string ruleClassName)
        
This action creates a default implementation of the RuleClass, which the user can then override as appropriate for their own custom RuleClass implementations. The RuleClass object that this action returns can be registered with the RiskFirewallInterface.
Parameters:
ruleClassName - The name of the RuleClass to be created
Returns:
The default implementation of the RuleClass event object