Uses of Class
org.apache.myfaces.orchestra.conversation.versioning.SavePoint

Packages that use SavePoint
org.apache.myfaces.orchestra.conversation.versioning   
 

Uses of SavePoint in org.apache.myfaces.orchestra.conversation.versioning
 

Methods in org.apache.myfaces.orchestra.conversation.versioning that return SavePoint
 SavePoint VersioningConversation.createSavePoint()
          Creates a snapshot of the actual conversational data.
 

Methods in org.apache.myfaces.orchestra.conversation.versioning with parameters of type SavePoint
 void VersioningConversation.revertToSavePoint(SavePoint savePoint)
          Reverts to the given snapshot (SavePoint).
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.