org.mmbase.datatypes.processors
Class DelayedGetter
java.lang.Object
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
DelayedGetter
public DelayedGetter()
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