atg.versionmanager
Class WorkingContext.WorkingContextSnapshot

java.lang.Object
  extended by atg.versionmanager.WorkingContext.WorkingContextSnapshot
Enclosing class:
WorkingContext

public static class WorkingContext.WorkingContextSnapshot
extends java.lang.Object

An opaque class representing the state of the WorkingContext stack for this thread.


Method Summary
 void revertTo()
          Reverts the state of the WorkingContext stack to the saved state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

revertTo

public void revertTo()
Reverts the state of the WorkingContext stack to the saved state. Can only be invoked once per WorkingContextSnapshot, and only from the same thread that created the SnapShot.