org.openspaces.core.transaction.manager
Interface JiniPlatformTransactionManager
- All Superinterfaces: 
 - PlatformTransactionManager
 
- All Known Implementing Classes: 
 - AbstractJiniTransactionManager, DirectJiniTransactionManager, DistributedJiniTransactionManager, LookupJiniTransactionManager
 
public interface JiniPlatformTransactionManager
- extends 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
 
 
 
getTransactionalContext
Object getTransactionalContext()
- Returns the transactional context the jini transaction is bounded under (usually using Spring
 synchronization which is based on thread local).
 
 
 
getBeanName
String getBeanName()
 
 
Copyright © GigaSpaces.