|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tranql.intertxcache.InTxCacheTracker
Constructor Summary | |
InTxCacheTracker(FrontEndCache cache,
CacheFlushStrategy delegate)
|
Method Summary | |
void |
flush(java.util.Map cache)
|
void |
rowAdded(CacheRow row)
|
void |
rowAssociated(CacheRow row)
|
void |
rowModified(CacheRow row)
|
void |
rowRemoved(CacheRow row)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InTxCacheTracker(FrontEndCache cache, CacheFlushStrategy delegate)
Method Detail |
public void flush(java.util.Map cache) throws QueryException
flush
in interface CacheFlushStrategy
QueryException
public void rowAssociated(CacheRow row)
rowAssociated
in interface CacheFlushStrategy
public void rowAdded(CacheRow row)
rowAdded
in interface CacheFlushStrategy
public void rowModified(CacheRow row)
rowModified
in interface CacheFlushStrategy
public void rowRemoved(CacheRow row)
rowRemoved
in interface CacheFlushStrategy
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |