org.neodatis.odb.impl.core.server.layers.layer3.engine
Interface ReturnValueProcessor

All Known Implementing Classes:
ChangedValueProcessor

public interface ReturnValueProcessor

Author:
olivier

Method Summary
 void process(ReturnValue rv, java.lang.Object object)
           
 

Method Detail

process

void process(ReturnValue rv,
             java.lang.Object object)
             throws java.lang.Exception
Throws:
java.lang.Exception