Package com.arjuna.ats.internal.arjuna.coordinator

Examples of com.arjuna.ats.internal.arjuna.coordinator.ReaperThread


/*      */
/* 1054 */       _theReaper._cancelWaitPeriod = 500L;
/* 1055 */       _theReaper._cancelFailWaitPeriod = 500L;
/* 1056 */       _theReaper._zombieMax = 8;
/*      */
/* 1058 */       _reaperThread = new ReaperThread(_theReaper);
/*      */
/* 1061 */       _reaperThread.setDaemon(true);
/*      */
/* 1063 */       _reaperWorkerThread = new ReaperWorkerThread(_theReaper);
/* 1064 */       _reaperWorkerThread.setDaemon(true);
View Full Code Here

TOP

Related Classes of com.arjuna.ats.internal.arjuna.coordinator.ReaperThread

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.