| Package | Description | 
|---|---|
| org.openspaces.core.transaction.manager | 
 Jini and Local transaction managers using Spring abstraction for transaction managers
(PlatformTransactionManager). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ExisitingJiniTransactionHolder | 
ExistingJiniTransactionManager.unbindExistingTransaction()
Unbinds the current on going bounded transaction from the thread context. 
 | 
static ExisitingJiniTransactionHolder | 
ExistingJiniTransactionManager.unbindExistingTransactionIfPossible()
Unbinds the current on going bounded transaction from the thread context if possible. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
ExistingJiniTransactionManager.bindExistingTransaction(ExisitingJiniTransactionHolder jiniHolder)
Binds the provided jiniHolder which means that any operation under
 the current thread by  
GigaSpace will be performed under it. | 
Copyright © GigaSpaces.