Class TwoPhaseCommitThreadPool
- java.lang.Object
-
- com.arjuna.ats.arjuna.coordinator.TwoPhaseCommitThreadPool
-
public class TwoPhaseCommitThreadPool extends Object
-
-
Constructor Summary
Constructors Constructor Description TwoPhaseCommitThreadPool()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CompletionService<Boolean>getNewCompletionService()static voidsubmitJob(Runnable job)static Future<Integer>submitJob(Callable<Integer> job)
-