Uses of Class
org.osgi.service.transaction.control.TransactionBuilder
-
Packages that use TransactionBuilder Package Description org.osgi.service.transaction.control Transaction Control Service Package Version 1.0. -
-
Uses of TransactionBuilder in org.osgi.service.transaction.control
Methods in org.osgi.service.transaction.control that return TransactionBuilder Modifier and Type Method Description TransactionBuilderTransactionControl. build()Build a transaction context to surround a piece of transactional workTransactionBuilderTransactionBuilder. noRollbackFor(java.lang.Class<? extends java.lang.Throwable> t, java.lang.Class<? extends java.lang.Throwable>... throwables)Declare a list of Exception types (and their subtypes) that must not trigger a rollback.abstract TransactionBuilderTransactionBuilder. readOnly()Indicate to the Transaction Control service that this transaction will be read-only.TransactionBuilderTransactionBuilder. rollbackFor(java.lang.Class<? extends java.lang.Throwable> t, java.lang.Class<? extends java.lang.Throwable>... throwables)Declare a list of Exception types (and their subtypes) that must trigger a rollback.
-