| Package | Description |
|---|---|
| org.osgi.service.transaction.control |
| Modifier and Type | Method and Description |
|---|---|
<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.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.