Package | Description |
---|---|
org.osgi.service.transaction.control |
Transaction Control Service Package Version 1.0.
|
Modifier and Type | Method and Description |
---|---|
TransactionBuilder |
TransactionControl.build()
Build a transaction context to surround a piece of transactional work
|
TransactionBuilder |
TransactionBuilder.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 TransactionBuilder |
TransactionBuilder.readOnly()
Indicate to the Transaction Control service that this transaction will be
read-only.
|
TransactionBuilder |
TransactionBuilder.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.
|
Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0