Package | Description |
---|---|
jdbm.helper |
Miscelaneous utility classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
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 © 2019. All rights reserved.