Uses of Interface
org.openspaces.core.transaction.TransactionProvider
Packages that use TransactionProvider
Package
Description
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
A package exposing the ability to get a GigaSpaces/Jini current transaction (integrating with
Spring transaction management).
-
Uses of TransactionProvider in org.openspaces.core
Methods in org.openspaces.core that return TransactionProviderModifier and TypeMethodDescriptionDefaultGigaMap.getTxProvider()DefaultGigaSpace.getTxProvider()GigaMap.getTxProvider()Returns the transaction provider allowing accessing the current running transaction.GigaSpace.getTxProvider()Returns the transaction provider allowing to access the current running transaction.GigaSpaceConfigurer.getTxProvider()Methods in org.openspaces.core with parameters of type TransactionProviderModifier and TypeMethodDescriptionvoidGigaMapFactoryBean.setTxProvider(TransactionProvider txProvider) Sets the transaction provider that will be used by the createdGigaMap.voidGigaSpaceFactoryBean.setTxProvider(TransactionProvider txProvider) Sets the transaction provider that will be used by the createdGigaSpace.GigaMapConfigurer.txProvider(TransactionProvider txProvider) GigaSpaceConfigurer.txProvider(TransactionProvider txProvider) Sets the transaction provider that will be used by the createdGigaSpace.Constructors in org.openspaces.core with parameters of type TransactionProviderModifierConstructorDescriptionDefaultGigaMap(IMap map, TransactionProvider txProvider, ExceptionTranslator exTranslator, int defaultIsolationLevel) Constructs a new DefaultGigaMap implementation. -
Uses of TransactionProvider in org.openspaces.core.transaction
Classes in org.openspaces.core.transaction that implement TransactionProviderModifier and TypeClassDescriptionclassDefault transaction provider works in conjunction withJiniPlatformTransactionManagerand one of its derived classes.