org.tranql.cache
Class InTxCache

java.lang.Object
  extended byorg.tranql.cache.InTxCache

public class InTxCache
extends java.lang.Object

Version:
$Revision: 276 $ $Date: 2005-10-01 10:41:03 +0200 (Sat, 01 Oct 2005) $

Constructor Summary
InTxCache(CacheFlushStrategy flushStrategy)
           
 
Method Summary
 void add(CacheRow row)
           
 void associate(CacheRow row)
           
 void flush()
           
 CacheRow get(GlobalIdentity id)
           
 void modified(CacheRow row)
           
 void remove(CacheRow row)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InTxCache

public InTxCache(CacheFlushStrategy flushStrategy)
Method Detail

associate

public void associate(CacheRow row)
               throws AlreadyAssociatedException
Throws:
AlreadyAssociatedException

get

public CacheRow get(GlobalIdentity id)

add

public void add(CacheRow row)
         throws AlreadyAssociatedException
Throws:
AlreadyAssociatedException

modified

public void modified(CacheRow row)

remove

public void remove(CacheRow row)

flush

public void flush()
           throws QueryException
Throws:
QueryException


Copyright © -2006 The Codehaus. All Rights Reserved.