Uses of Class
org.osgi.service.transaction.control.ScopedWorkException
-
Packages that use ScopedWorkException Package Description org.osgi.service.transaction.control Transaction Control Service Package Version 1.0. -
-
Uses of ScopedWorkException in org.osgi.service.transaction.control
Methods in org.osgi.service.transaction.control that throw ScopedWorkException Modifier and Type Method Description <T> TTransactionStarter. notSupported(java.util.concurrent.Callable<T> work)The supplied piece of work must be run outside the context of a transaction.<T> TTransactionStarter. required(java.util.concurrent.Callable<T> work)A transaction is required to run the supplied piece of work.<T> TTransactionStarter. requiresNew(java.util.concurrent.Callable<T> work)A new transaction is required to run the supplied piece of work.<T> TTransactionStarter. supports(java.util.concurrent.Callable<T> work)The supplied piece of work may run inside or outside the context of a transaction.
-