| Package | Description |
|---|---|
| org.apache.jena.dboe.transaction | |
| org.apache.jena.dboe.transaction.txn |
| Modifier and Type | Method and Description |
|---|---|
SysTransState |
TransLogger.detach() |
SysTransState |
TransMonitor.detach() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransLogger.attach(SysTransState systemState) |
void |
TransMonitor.attach(SysTransState systemState) |
| Modifier and Type | Method and Description |
|---|---|
SysTransState |
TransactionalComponent.detach()
Detach this component from the transaction of the current thread
and return some internal state that can be used in a future call of
TransactionalComponent.attach(SysTransState) |
SysTransState |
TransactionalComponentWrapper.detach() |
SysTransState |
TransactionalComponentLifecycle.detach() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionalComponent.attach(SysTransState systemState)
Set the current thread to be in the transaction.
|
void |
TransactionalComponentWrapper.attach(SysTransState systemState) |
void |
TransactionalComponentLifecycle.attach(SysTransState state) |
Licensed under the Apache License, Version 2.0