Package com.hp.mwtests.performance.records

Examples of com.hp.mwtests.performance.records.DummyResource


        {
            TxWrapper tx = getTxWrapper();
            tx.begin();   // Top level begin

            //enlist the single participant (resource) one-phase commit
            DummyResource ds = new DummyResource();
            tx.add(ds);

            if (isParameterDefined("-commit"))
                tx.commit()// Top level commit
            else
View Full Code Here

TOP

Related Classes of com.hp.mwtests.performance.records.DummyResource

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.