| Package | Description |
|---|---|
| com.hammurapi.common | |
| com.hammurapi.common.concurrent.transactions |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeContext
Context delegating to other contexts "parts".
|
class |
SimpleMutableContext
Simple context implementation.
|
class |
SingletonChainingContext<ST> |
| Modifier and Type | Method and Description |
|---|---|
MutableContext |
ExecutionContext.createContext()
Creates a mutable context chained with this executor.
|
protected MutableContext |
AbstractTransactionalProcessor.createContext(ExecutionContext<KP> owner,
Context... chain)
Creates mutable context for execution context.
|