Uses of Class
jdbm.helper.ActionVersioning.Version

Packages that use ActionVersioning.Version
jdbm.helper Miscelaneous utility classes and interfaces. 
 

Uses of ActionVersioning.Version in jdbm.helper
 

Methods in jdbm.helper that return ActionVersioning.Version
 ActionVersioning.Version ActionVersioning.beginReadAction()
          Returns a version that can be used by the read only action
 ActionVersioning.Version ActionVersioning.beginWriteAction()
          Returns back the new version to be used with the read/write action.
 ActionVersioning.Version ActionVersioning.endReadAction(ActionVersioning.Version version)
          Called when the read action with the given action is ended.
 ActionVersioning.Version ActionVersioning.endWriteAction()
          Called when the read/write action completes.
 ActionVersioning.Version ActionContext.getVersion()
           
 

Methods in jdbm.helper with parameters of type ActionVersioning.Version
 void ActionContext.beginAction(boolean readOnly, ActionVersioning.Version version, String whoStarted)
           
 ActionVersioning.Version ActionVersioning.endReadAction(ActionVersioning.Version version)
          Called when the read action with the given action is ended.
 



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