Package net.sf.ehcache.transaction.xa

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

Related Classes of net.sf.ehcache.transaction.xa.EhcacheXAResourceImpl

Copyright © 2018 www.massapicom. 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.