All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bitronix.tm.twopc.executor.BackportConcurrentExecutor Maven / Gradle / Ivy

There is a newer version: 2.1.4
Show newest version
package bitronix.tm.twopc.executor;

/**
 * Abstraction of the java.util.concurrent
 * backport implementation.
 * 

© Bitronix Software

* * @author lorban */ public class BackportConcurrentExecutor extends ConcurrentExecutor { private final static String[] implementations = { "edu.emory.mathcs.backport.java.util.concurrent.Executors", "edu.emory.mathcs.backport.java.util.concurrent.ExecutorService", "edu.emory.mathcs.backport.java.util.concurrent.Future", "edu.emory.mathcs.backport.java.util.concurrent.TimeUnit" }; public BackportConcurrentExecutor() { super(implementations); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy