| Package | Description |
|---|---|
| org.osgi.service.transaction.control |
Transaction Control Service Package Version 1.0.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
TransactionStarter.notSupported(Callable<T> work)
The supplied piece of work must be run outside the context of a
transaction.
|
<T> T |
TransactionStarter.required(Callable<T> work)
A transaction is required to run the supplied piece of work.
|
<T> T |
TransactionStarter.requiresNew(Callable<T> work)
A new transaction is required to run the supplied piece of work.
|
<T> T |
TransactionStarter.supports(Callable<T> work)
The supplied piece of work may run inside or outside the context of a
transaction.
|
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0