|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A cache for rules. Supports notification of the following persistence events:
wt.fc.PersistenceManagerEvent.POST_STORE
wt.fc.PersistenceManagerEvent.POST_DELETE
wt.fc.PersistenceManagerEvent.UPDATE
Method Summary | |
void |
notifyPostDelete(Rule target)
Notify the cache that a wt.fc.PersistenceManagerEvent.POST_DELETE
event for a Rule has occured. |
void |
notifyPostStore(Rule target)
Notify the cache that a wt.fc.PersistenceManagerEvent.POST_STORE
event for a Rule has occured. |
void |
notifyUpdate(Rule target)
Notify the cache that a wt.fc.PersistenceManagerEvent.UPDATE
event for a Rule has occured. |
Method Detail |
public void notifyPostStore(Rule target)
wt.fc.PersistenceManagerEvent.POST_STORE
event for a Rule
has occured.
target
- public void notifyPostDelete(Rule target)
wt.fc.PersistenceManagerEvent.POST_DELETE
event for a Rule
has occured.
target
- public void notifyUpdate(Rule target)
wt.fc.PersistenceManagerEvent.UPDATE
event for a Rule
has occured.
target
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |