Interface JiniPlatformTransactionManager
- All Superinterfaces:
org.springframework.transaction.PlatformTransactionManager,org.springframework.transaction.TransactionManager
- All Known Implementing Classes:
AbstractJiniTransactionManager,DirectJiniTransactionManager,DistributedJiniTransactionManager,LookupJiniTransactionManager
public interface JiniPlatformTransactionManager
extends org.springframework.transaction.PlatformTransactionManager
An extension to Spring
PlatformTransactionManager that
holds the Jini transactional context. The transactional context is the context the Jini
transaction is bounded under (usually using Spring synchronization which is based on thread
local).- Author:
- kimchy
-
Method Summary
Modifier and TypeMethodDescriptionReturns the transactional context the jini transaction is bounded under (usually using Spring synchronization which is based on thread local).Methods inherited from interface org.springframework.transaction.PlatformTransactionManager
commit, getTransaction, rollback