Package org.jboss.jbossts.qa.astests.taskdefs

Examples of org.jboss.jbossts.qa.astests.taskdefs.TransactionLog


            if (storeDir == null)
                storeDir = serverPath + "data/tx-object-store";
            else
                storeDir = serverPath + storeDir;

            store = new TransactionLog(storeDir, storeImple);

            if (expectFailure)
            {
                // this test may halt the VM so make sure the transaction log is empty
                // before starting the test - then the pass/fail check is simply to
View Full Code Here


            if (storeDir == null)
                storeDir = serverPath + "data/tx-object-store";
            else
                storeDir = serverPath + storeDir;

            store = new TransactionLog(storeDir, storeImple);

            if (expectFailure)
            {
                // this test may halt the VM so make sure the transaction log is empty
                // before starting the test - then the pass/fail check is simply to
View Full Code Here

TOP

Related Classes of org.jboss.jbossts.qa.astests.taskdefs.TransactionLog

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.