Class DistributedJiniTxManagerConfigurer
java.lang.Object
org.openspaces.core.transaction.manager.DistributedJiniTxManagerConfigurer
A simple configurer for
DistributedJiniTransactionManager.- Author:
- kimchy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncommitTimeout(long commitTimeout) defaultTimeout(int defaultTimeout) voiddestroy()leaseRenewalConfig(TransactionLeaseRenewalConfig leaseRenewalConfig) rollbackTimeout(Long rollbackTimeout) org.springframework.transaction.PlatformTransactionManager
-
Constructor Details
-
DistributedJiniTxManagerConfigurer
public DistributedJiniTxManagerConfigurer()
-
-
Method Details
-
defaultTimeout
- See Also:
-
AbstractPlatformTransactionManager.setDefaultTimeout(int)
-
commitTimeout
-
rollbackTimeout
-
leaseRenewalConfig
public DistributedJiniTxManagerConfigurer leaseRenewalConfig(TransactionLeaseRenewalConfig leaseRenewalConfig) -
transactionManager
public org.springframework.transaction.PlatformTransactionManager transactionManager() throws Exception- Throws:
Exception
-
destroy
- Throws:
Exception
-