Package | Description |
---|---|
org.jboss.arquillian.core.api.threading | |
org.jboss.arquillian.core.impl.threading |
Modifier and Type | Method and Description |
---|---|
ContextSnapshot |
ExecutorService.createSnapshotContext()
Create a snapshot of the current active Contexts.
|
Modifier and Type | Class and Description |
---|---|
static class |
ThreadedExecutorService.ContextualStateSnapshot |
Modifier and Type | Field and Description |
---|---|
private ContextSnapshot |
ThreadedExecutorService.ContextualCallable.state |
Modifier and Type | Method and Description |
---|---|
ContextSnapshot |
ThreadedExecutorService.createSnapshotContext() |
private static ContextSnapshot |
ThreadedExecutorService.ContextualStateSnapshot.from(ManagerImpl manager) |
Constructor and Description |
---|
ContextualCallable(java.util.concurrent.Callable<T> delegate,
ContextSnapshot state) |