Class LookupJiniTransactionManager

java.lang.Object
org.springframework.transaction.support.AbstractPlatformTransactionManager
org.openspaces.core.transaction.manager.AbstractJiniTransactionManager
org.openspaces.core.transaction.manager.LookupJiniTransactionManager
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 LookupJiniTransactionManager extends AbstractJiniTransactionManager implements ServiceDetailsProvider
Springs transaction manager (PlatformTransactionManager using Jini in order to lookup the transaction manager based on a name (can have null value).

Uses JiniServiceFactoryBean in order to perform the lookup based on the specified setTransactionManagerName(String) and setLookupTimeout(Long). This usually works with Jini Mahalo transaction manager.

Author:
kimchy
See Also: