org.mmbase.datatypes.processors
Class EmptyCommitProcessor

java.lang.Object
  extended by org.mmbase.datatypes.processors.EmptyCommitProcessor
All Implemented Interfaces:
Serializable, CommitProcessor

public final class EmptyCommitProcessor
extends Object
implements CommitProcessor

The CommitProcessor that does nothing.

Since:
MMBase-1.8
Version:
$Id: EmptyCommitProcessor.java 41987 2010-04-20 16:14:35Z michiel $
Author:
Michiel Meeuwissen
See Also:
Serialized Form

Constructor Summary
EmptyCommitProcessor()
           
 
Method Summary
 void commit(Node node, Field field)
          Will be called on commit of the node.
static EmptyCommitProcessor getInstance()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmptyCommitProcessor

public EmptyCommitProcessor()
Method Detail

getInstance

public static EmptyCommitProcessor getInstance()

commit

public final void commit(Node node,
                         Field field)
Description copied from interface: CommitProcessor
Will be called on commit of the node.

Specified by:
commit in interface CommitProcessor

toString

public String toString()
Overrides:
toString in class Object


MMBase 2.0-SNAPSHOT - null