Package | Description |
---|---|
org.osgi.service.transaction.control |
Transaction Control Service Package Version 1.0.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
TransactionStarter.required(java.util.concurrent.Callable<T> work)
A transaction is required to run the supplied piece of work.
|
<T> T |
TransactionStarter.requiresNew(java.util.concurrent.Callable<T> work)
A new transaction is required to run the supplied piece of work.
|
Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0