org.neodatis.odb.impl.core.server.layers.layer3.engine
Class ChangedValueProcessor

java.lang.Object
  extended by org.neodatis.odb.impl.core.server.layers.layer3.engine.ChangedValueProcessor
All Implemented Interfaces:
ReturnValueProcessor

public class ChangedValueProcessor
extends java.lang.Object
implements ReturnValueProcessor

Used when a server side trigger has changed a value of an object of the server side

Author:
olivier

Field Summary
protected  IClassIntrospector classIntrospector
           
 
Constructor Summary
ChangedValueProcessor(IClassIntrospector classIntrospector)
           
 
Method Summary
 void process(ReturnValue rv, java.lang.Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classIntrospector

protected IClassIntrospector classIntrospector
Constructor Detail

ChangedValueProcessor

public ChangedValueProcessor(IClassIntrospector classIntrospector)
Method Detail

process

public void process(ReturnValue rv,
                    java.lang.Object object)
             throws java.lang.Exception
Specified by:
process in interface ReturnValueProcessor
Throws:
java.lang.Exception