Package org.jboss.jbossts.qa.ArjunaCore.AbstractRecord.CrashRecovery.impl

Examples of org.jboss.jbossts.qa.ArjunaCore.AbstractRecord.CrashRecovery.impl.CrashService02.doWork()


      CrashService02 mService = new CrashService02(mNumberOfResources, mCrashPoint, mCrashType);

      //start transaction  to check all is ok.
      startTx();
      mService.setupOper(getUniquePrefix());
      mService.doWork(mMaxIteration);
      commit();

      for (int ii = 0; ii < mNumberOfResources; ii++)
      {
        mService.mAbstractRecordList[ii].resetValue();
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.