GigaSpaces XAP 10.0.1 API

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

Method Summary
 String getBeanName()
           
 Object getTransactionalContext()
          Returns 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
 

Method Detail

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()

GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.