public class TwoPhaseCommitThreadPool extends Object
| Constructor and Description |
|---|
TwoPhaseCommitThreadPool() |
| Modifier and Type | Method and Description |
|---|---|
static CompletionService<Boolean> |
getNewCompletionService() |
static Future<Integer> |
submitJob(Callable<Integer> job) |
static void |
submitJob(Runnable job) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.