| Package | Description |
|---|---|
| org.osgi.service.transaction.control | |
| org.osgi.service.transaction.control.jdbc | |
| org.osgi.service.transaction.control.jpa |
| Class and Description |
|---|
| LocalResource
Resources that can integrate with local transactions should do so using this
interface
|
| ScopedWorkException
An Exception that is thrown when a piece of scoped work exits with an
Exception |
| TransactionBuilder
A builder for a piece of transactional work
|
| TransactionContext
A transaction context defines the current transaction, and allows resources
to register information and/or synchronisations
|
| TransactionControl
The interface used by clients to control the active transaction context
|
| TransactionException
An Exception indicating that there was a problem with starting, finishing,
suspending or resuming a transaction
|
| TransactionRolledBackException
An Exception indicating that the active transaction was unexpectedly rolled
back
|
| TransactionStarter
Implementations of this interface are able to run a piece of work within a
transaction
|
| TransactionStatus
The status of the transaction
A transaction may not enter all of the states in this enum, however it will always
traverse the enum in ascending order.
|
| Class and Description |
|---|
| ResourceProvider
A resource provider is used to provide a scoped resource to the
application
|
| Class and Description |
|---|
| ResourceProvider
A resource provider is used to provide a scoped resource to the
application
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.