|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Rule
Stateful rules shall implement this interface.
| Method Summary | |
|---|---|
void |
init()
This method is invoked after rule is created and configured. |
void |
release()
Releases resource held by the rule. |
void |
reset()
Rule container invokes this method when session reset() method is invoked. |
| Method Detail |
|---|
void reset()
throws ReasoningException
ReasoningException
void init()
throws ReasoningException
ReasoningException
void release()
throws ReasoningException
ReasoningException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||