|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RuleBackendRuntime
interface to separate the Back end real rule implementation from the xml processing layer which is in the kernel module.
| Method Summary | |
|---|---|
void |
addRuleSet(org.wso2.carbon.rule.common.RuleSet ruleSet)
Adds the rule set to back end runtime. |
Session |
createSession(int type)
Some rules engines support different sessions types. |
| Method Detail |
|---|
void addRuleSet(org.wso2.carbon.rule.common.RuleSet ruleSet)
throws org.wso2.carbon.rule.common.exception.RuleConfigurationException
ruleSet - - rule set to be added to runtime
org.wso2.carbon.rule.common.exception.RuleConfigurationException - - if there are problems with the configuaration
Session createSession(int type)
throws org.wso2.carbon.rule.common.exception.RuleRuntimeException
type - - whether it is a stateful or stateless sesstion
org.wso2.carbon.rule.common.exception.RuleRuntimeException - - if could not create the session
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||