org.tranql.cache
Class EmptySlotLoader

java.lang.Object
  extended byorg.tranql.cache.EmptySlotLoader
All Implemented Interfaces:
java.io.Serializable

public final class EmptySlotLoader
extends java.lang.Object
implements java.io.Serializable

Version:
$Revision: 62 $ $Date: 2004-04-23 10:05:26 +0200 (Fri, 23 Apr 2004) $
See Also:
Serialized Form

Constructor Summary
EmptySlotLoader(int slot, FieldTransform accessor)
           
 
Method Summary
 void set(CacheRow row, Row source)
           
 void setNull(CacheRow row)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptySlotLoader

public EmptySlotLoader(int slot,
                       FieldTransform accessor)
Method Detail

set

public void set(CacheRow row,
                Row source)
         throws FieldTransformException
Throws:
FieldTransformException

setNull

public void setNull(CacheRow row)


Copyright © -2006 The Codehaus. All Rights Reserved.