Uses of Class
org.osgi.service.transaction.control.TransactionException
-
Packages that use TransactionException Package Description org.osgi.service.transaction.control Transaction Control Service Package Version 1.0. -
-
Uses of TransactionException in org.osgi.service.transaction.control
Subclasses of TransactionException in org.osgi.service.transaction.control Modifier and Type Class Description classTransactionRolledBackExceptionAn Exception indicating that the active transaction was unexpectedly rolled backMethods in org.osgi.service.transaction.control that throw TransactionException Modifier and Type Method Description voidLocalResource. commit()Commit the resourceTResourceProvider. getResource(TransactionControl txControl)Get a resource which will associate with the current transaction context when used<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.voidLocalResource. rollback()Roll back the resource<T> TTransactionStarter. supports(java.util.concurrent.Callable<T> work)The supplied piece of work may run inside or outside the context of a transaction.
-