wt.rule
Interface RuleCache

All Known Implementing Classes:
AbstractRuleCache, StandardRuleService

public interface RuleCache

A cache for rules. Supports notification of the following persistence events:



Supported API: false

Extendable: false


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

notifyPostStore

public void notifyPostStore(Rule target)
Notify the cache that a wt.fc.PersistenceManagerEvent.POST_STORE event for a Rule has occured.

Supported API: false

Parameters:
target -

notifyPostDelete

public void notifyPostDelete(Rule target)
Notify the cache that a wt.fc.PersistenceManagerEvent.POST_DELETE event for a Rule has occured.

Supported API: false

Parameters:
target -

notifyUpdate

public void notifyUpdate(Rule target)
Notify the cache that a wt.fc.PersistenceManagerEvent.UPDATE event for a Rule has occured.

Supported API: false

Parameters:
target -