Examples of statusName()


Examples of com.arjuna.ats.internal.arjuna.coordinator.ReaperElement.statusName()

/*      */         break;
/*      */       }
/*      */
/*  241 */       if (tsLogger.arjLogger.debugAllowed())
/*      */       {
/*  243 */         tsLogger.arjLogger.debug(16L, 4L, 1L, "Reaper timeout for TX " + e._control.get_uid() + " state " + e.statusName());
/*      */       }
/*      */
/*  256 */       synchronized (e) {
/*  257 */         switch (e._status)
/*      */         {
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.