bitronix.tm.twopc.executor
Class BackportConcurrentExecutor

java.lang.Object
  extended by bitronix.tm.twopc.executor.ConcurrentExecutor
      extended by bitronix.tm.twopc.executor.BackportConcurrentExecutor
All Implemented Interfaces:
Executor, Service

public class BackportConcurrentExecutor
extends ConcurrentExecutor

Abstraction of the java.util.concurrent backport implementation.

© Bitronix Software

Author:
lorban

Constructor Summary
BackportConcurrentExecutor()
           
 
Method Summary
 
Methods inherited from class bitronix.tm.twopc.executor.ConcurrentExecutor
isDone, isUsable, shutdown, submit, waitFor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackportConcurrentExecutor

public BackportConcurrentExecutor()