public class ActionVersioning extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ActionVersioning.Version |
| Constructor and Description |
|---|
ActionVersioning() |
| Modifier and Type | Method and Description |
|---|---|
ActionVersioning.Version |
beginReadAction()
Returns a version that can be used by the read only action
|
ActionVersioning.Version |
beginWriteAction()
Returns back the new version to be used with the read/write action.
|
ActionVersioning.Version |
endReadAction(ActionVersioning.Version version)
Called when the read action with the given action is ended.
|
ActionVersioning.Version |
endWriteAction()
Called when the read/write action completes.
|
public ActionVersioning.Version beginWriteAction()
public ActionVersioning.Version endWriteAction()
public ActionVersioning.Version beginReadAction()
public ActionVersioning.Version endReadAction(ActionVersioning.Version version)
version - version of the read only actionCopyright © 2003–2014 The Apache Software Foundation. All rights reserved.