|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionContext | |
|---|---|
| jdbm | Simplified public API corresponding to GDBM APIs. |
| jdbm.recman | Core classes for managing persistent objects and processing transactions. |
| Uses of ActionContext in jdbm |
|---|
| Methods in jdbm that return ActionContext | |
|---|---|
ActionContext |
ActionRecordManager.beginAction(boolean readOnly,
String whoStarted)
Initializes the context for the action. |
| Methods in jdbm with parameters of type ActionContext | |
|---|---|
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. |
| Uses of ActionContext in jdbm.recman |
|---|
| Methods in jdbm.recman that return ActionContext | |
|---|---|
ActionContext |
SnapshotRecordManager.beginAction(boolean readOnly,
String whoStarted)
Initializes the context for the action. |
| Methods in jdbm.recman with parameters of type ActionContext | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||