org.tranql.intertxcache
Class CacheFaultHandler

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

public class CacheFaultHandler
extends java.lang.Object
implements FaultHandler

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

Constructor Summary
CacheFaultHandler(FrontEndCache cache, FaultHandler next, int[] indices)
           
 
Method Summary
 void fieldFault(InTxCache inTxCache, CacheRow row)
           
 void rowFault(InTxCache inTxCache, GlobalIdentity id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheFaultHandler

public CacheFaultHandler(FrontEndCache cache,
                         FaultHandler next,
                         int[] indices)
Method Detail

rowFault

public void rowFault(InTxCache inTxCache,
                     GlobalIdentity id)
              throws QueryException
Specified by:
rowFault in interface FaultHandler
Throws:
QueryException

fieldFault

public void fieldFault(InTxCache inTxCache,
                       CacheRow row)
                throws QueryException
Specified by:
fieldFault in interface FaultHandler
Throws:
QueryException


Copyright © -2010 The Codehaus. All Rights Reserved.