|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tranql.intertxcache.InTxCacheTracker
public class 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 CacheFlushStrategyQueryExceptionpublic void rowAssociated(CacheRow row)
rowAssociated in interface CacheFlushStrategypublic void rowAdded(CacheRow row)
rowAdded in interface CacheFlushStrategypublic void rowModified(CacheRow row)
rowModified in interface CacheFlushStrategypublic void rowRemoved(CacheRow row)
rowRemoved in interface CacheFlushStrategy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||