FutureServiceContainer() { super(JBossExecutors.directExecutor()); }
@Override public ExecutorService getValue() { return JBossExecutors.protectedExecutorService(this.executor); }