MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.update.store.llImpl
Class RereplaceValue

java.lang.Object
  extended by ch.ethz.mxquery.update.store.llImpl.RereplaceValue
All Implemented Interfaces:
RollbackItem

public class RereplaceValue
extends java.lang.Object
implements RollbackItem

Saves information to rollback a replace of a value.


Constructor Summary
RereplaceValue(LLToken target, Token oldValue)
          Constructor
 
Method Summary
 void apply()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RereplaceValue

public RereplaceValue(LLToken target,
                      Token oldValue)
Constructor

Parameters:
target -
oldValue -
Method Detail

apply

public void apply()
Specified by:
apply in interface RollbackItem

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich