org.mmbase.datatypes.processors
Class DelayedGetter

Package class diagram package DelayedGetter
java.lang.Object
  extended by org.mmbase.datatypes.processors.DelayedGetter
All Implemented Interfaces:
Serializable, Processor

public class DelayedGetter
extends Object
implements Processor

To be used in conjuction with DelayedSetter. The process of this processor does nothing unless an update for the field was scheduled, in which case the value associated with that update is returned.

Since:
MMBase-1.9
Version:
$Id: DelayedGetter.java 35620 2009-06-03 13:46:59Z michiel $
Author:
Michiel Meeuwissen
See Also:
Serialized Form

Constructor Summary
DelayedGetter()
           
 
Method Summary
 Object process(Node node, Field field, Object value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DelayedGetter

public DelayedGetter()
Method Detail

process

public final Object process(Node node,
                            Field field,
                            Object value)
Specified by:
process in interface Processor

toString

public String toString()
Overrides:
toString in class Object


MMBase Poll 2.0-SNAPSHOT - 2013-03-30T06:52