org.tranql.intertxcache
Class FrontEndCacheDelegate

java.lang.Object
  extended by org.tranql.intertxcache.FrontEndCacheDelegate
All Implemented Interfaces:
java.io.Serializable, FrontEndCache

public final class FrontEndCacheDelegate
extends java.lang.Object
implements FrontEndCache, java.io.Serializable

Version:
$Revision: 323 $ $Date: 2006-02-19 07:29:24 +0100 (Sun, 19 Feb 2006) $
See Also:
Serialized Form

Constructor Summary
FrontEndCacheDelegate()
           
 
Method Summary
 void addFrontEndCache(java.lang.String entityName, FrontEndCache delegate)
           
 boolean get(CacheRow target, int[] indices)
           
 CacheRow get(GlobalIdentity id)
           
 void put(CacheRow row)
           
 void remove(GlobalIdentity id)
           
 void removeFrontEndCache(java.lang.String entityName)
           
 void set(CacheRow row, int[] indices)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrontEndCacheDelegate

public FrontEndCacheDelegate()
Method Detail

addFrontEndCache

public void addFrontEndCache(java.lang.String entityName,
                             FrontEndCache delegate)

removeFrontEndCache

public void removeFrontEndCache(java.lang.String entityName)

get

public boolean get(CacheRow target,
                   int[] indices)
            throws CacheException
Specified by:
get in interface FrontEndCache
Throws:
CacheException

get

public CacheRow get(GlobalIdentity id)
             throws CacheException
Specified by:
get in interface FrontEndCache
Throws:
CacheException

put

public void put(CacheRow row)
         throws CacheException
Specified by:
put in interface FrontEndCache
Throws:
CacheException

remove

public void remove(GlobalIdentity id)
            throws CacheException
Specified by:
remove in interface FrontEndCache
Throws:
CacheException

set

public void set(CacheRow row,
                int[] indices)
         throws CacheException
Specified by:
set in interface FrontEndCache
Throws:
CacheException


Copyright © -2010 The Codehaus. All Rights Reserved.