com.arjuna.ats.arjuna.coordinator
Class TwoPhaseCommitThreadPool

java.lang.Object
  extended by com.arjuna.ats.arjuna.coordinator.TwoPhaseCommitThreadPool

public class TwoPhaseCommitThreadPool
extends Object


Constructor Summary
TwoPhaseCommitThreadPool()
           
 
Method Summary
static Future<Integer> submitJob(Callable<Integer> job)
           
static void submitJob(Runnable job)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TwoPhaseCommitThreadPool

public TwoPhaseCommitThreadPool()
Method Detail

submitJob

public static Future<Integer> submitJob(Callable<Integer> job)

submitJob

public static void submitJob(Runnable job)


Copyright © 2013. All Rights Reserved.