|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CollectionManager
Implementations manage collections for rules. Rules itself shall not maintain collections of facts and objects, but use CollectionManager.
Method Summary | |
---|---|
void |
clear()
Clears all collections. |
java.util.Collection |
get(java.lang.String ruleName,
java.lang.String collectionName,
java.lang.Object lock)
Retrieves collection from the manager. |
Methods inherited from interface biz.hammurapi.rules.Negatable |
---|
isNegatedBy |
Method Detail |
---|
java.util.Collection get(java.lang.String ruleName, java.lang.String collectionName, java.lang.Object lock)
ruleName
- Name of the rule this collection belongs to.collectionName
- Name of the collection withing the rule.lock
- Collection monitor for synchronization.
void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |