org.eclipse.emf.ecore.sdo.impl
Class EChangeSummaryImpl.SDOChangeRecorder

java.lang.Object
  extended byChangeRecorder
      extended byorg.eclipse.emf.ecore.sdo.impl.EChangeSummaryImpl.SDOChangeRecorder
Enclosing class:
EChangeSummaryImpl

protected class EChangeSummaryImpl.SDOChangeRecorder
extends ChangeRecorder

See Also:
Serialized Form

Constructor Summary
EChangeSummaryImpl.SDOChangeRecorder()
           
 
Method Summary
 void beginRecording(ChangeDescription changeDescription, Collection rootObjects)
           
protected  void consolidateChanges()
           
protected  ChangeDescription createChangeDescription()
           
protected  FeatureChange createFeatureChange(EObject eObject, EStructuralFeature eStructuralFeature, Object value, boolean isSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EChangeSummaryImpl.SDOChangeRecorder

public EChangeSummaryImpl.SDOChangeRecorder()
Method Detail

beginRecording

public void beginRecording(ChangeDescription changeDescription,
                           Collection rootObjects)

createChangeDescription

protected ChangeDescription createChangeDescription()

createFeatureChange

protected FeatureChange createFeatureChange(EObject eObject,
                                            EStructuralFeature eStructuralFeature,
                                            Object value,
                                            boolean isSet)

consolidateChanges

protected void consolidateChanges()

Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.