Class DistributedJiniTransactionManager

java.lang.Object
org.springframework.transaction.support.AbstractPlatformTransactionManager
org.openspaces.core.transaction.manager.AbstractJiniTransactionManager
org.openspaces.core.transaction.manager.DistributedJiniTransactionManager
All Implemented Interfaces:
Serializable, JiniPlatformTransactionManager, ServiceDetailsProvider, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.transaction.ConfigurableTransactionManager, org.springframework.transaction.PlatformTransactionManager, org.springframework.transaction.TransactionManager

public class DistributedJiniTransactionManager extends AbstractJiniTransactionManager implements org.springframework.beans.factory.DisposableBean
A transaction manager that starts an embedded distributed mahalo transaction manager. This transaction manager can be used to perform operations that span several Spaces or several partitions within a Space.
Author:
kimchy
See Also: