Examples of EhcacheXAResourceImpl


Examples of net.sf.ehcache.transaction.xa.EhcacheXAResourceImpl

            }
            SoftLockFactory softLockFactory = cacheManager.createSoftLockFactory(this);
            TransactionIDFactory transactionIDFactory = cacheManager.createTransactionIDFactory();

            // this xaresource is for initial registration and recovery
            EhcacheXAResource xaResource = new EhcacheXAResourceImpl(this, clusteredStore, transactionManagerLookup,
                    softLockFactory, transactionIDFactory);
            transactionManagerLookup.register(xaResource);

            wrappedStore = new XATransactionStore(transactionManagerLookup, softLockFactory, transactionIDFactory, this, clusteredStore,
                    copyStrategy);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.