Uses of Package
org.osgi.service.transaction.control
-
Packages that use org.osgi.service.transaction.control Package Description org.osgi.service.transaction.control Transaction Control Service Package Version 1.0.org.osgi.service.transaction.control.jdbc Transaction Control JDBC Package Version 1.0.org.osgi.service.transaction.control.jpa Transaction Control JPA Package Version 1.0. -
Classes in org.osgi.service.transaction.control used by org.osgi.service.transaction.control Class Description LocalResource Resources that can integrate with local transactions should do so using this interfaceScopedWorkException An Exception that is thrown when a piece of scoped work exits with anException
.TransactionBuilder A builder for a piece of transactional workTransactionContext A transaction context defines the current transaction, and allows resources to register information and/or synchronizationsTransactionControl The interface used by clients to control the active transaction contextTransactionException An Exception indicating that there was a problem with starting, finishing, suspending or resuming a transactionTransactionRolledBackException An Exception indicating that the active transaction was unexpectedly rolled backTransactionStarter Implementations of this interface are able to run a piece of work within a transactionTransactionStatus 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. -
Classes in org.osgi.service.transaction.control used by org.osgi.service.transaction.control.jdbc Class Description ResourceProvider A resource provider is used to provide a transactional resource to the application -
Classes in org.osgi.service.transaction.control used by org.osgi.service.transaction.control.jpa Class Description ResourceProvider A resource provider is used to provide a transactional resource to the application