Package | Description |
---|---|
jdbm |
Simplified public API corresponding to GDBM APIs.
|
jdbm.recman |
Core classes for managing persistent objects and processing transactions.
|
Modifier and Type | Method and Description |
---|---|
ActionContext |
ActionRecordManager.beginAction(boolean readOnly,
String whoStarted)
Initializes the context for the action.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionRecordManager.abortAction(ActionContext context)
Aborts the given action.
|
void |
ActionRecordManager.endAction(ActionContext context)
Ends the action associated with the context.
|
void |
ActionRecordManager.setCurrentActionContext(ActionContext context)
Set the context as the current action context for
the given thread
|
void |
ActionRecordManager.unsetCurrentActionContext(ActionContext context)
Unsets the context as the current action context.
|
Modifier and Type | Method and Description |
---|---|
ActionContext |
SnapshotRecordManager.beginAction(boolean readOnly,
String whoStarted)
Initializes the context for the action.
|
Modifier and Type | Method and Description |
---|---|
void |
SnapshotRecordManager.abortAction(ActionContext actionContext)
Aborts the given action.
|
void |
SnapshotRecordManager.endAction(ActionContext actionContext)
Ends the action associated with the context.
|
void |
SnapshotRecordManager.setCurrentActionContext(ActionContext context)
Set the context as the current action context for
the given thread
|
void |
SnapshotRecordManager.unsetCurrentActionContext(ActionContext context)
Unsets the context as the current action context.
|
Copyright © 2018. All rights reserved.