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

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


      mService.createCrashRecord(mCrashPoint, mCrashType);

      //start transaction  and do work
      startTx();
      mService.setupOper(getUniquePrefix());
      mService.doWork(mMaxIteration);

      ServerIORStore.storeIOR("CrashAbstractRecord", mAtom.get_uid().stringForm());

      commit();
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.