org.tranql.cache
Class NothingFaultHandler

java.lang.Object
  extended byorg.tranql.cache.NothingFaultHandler
All Implemented Interfaces:
FaultHandler, java.io.Serializable

public class NothingFaultHandler
extends java.lang.Object
implements FaultHandler

Version:
$Revision: 61 $ $Date: 2004-04-23 05:27:07 +0200 (Fri, 23 Apr 2004) $
See Also:
Serialized Form

Constructor Summary
NothingFaultHandler(CacheTable cacheTable, IdentityDefiner identityDefiner)
           
 
Method Summary
 void fieldFault(InTxCache cache, CacheRow cacheRow)
           
 void rowFault(InTxCache cache, GlobalIdentity globalId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NothingFaultHandler

public NothingFaultHandler(CacheTable cacheTable,
                           IdentityDefiner identityDefiner)
Method Detail

rowFault

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

fieldFault

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


Copyright © -2006 The Codehaus. All Rights Reserved.