Package | Description |
---|---|
org.jboss.arquillian.core.impl | |
org.jboss.arquillian.core.impl.threading |
Modifier and Type | Field and Description |
---|---|
private ManagerImpl |
InstanceImpl.manager |
private ManagerImpl |
EventContextImpl.manager |
Modifier and Type | Method and Description |
---|---|
static <X> InstanceImpl<X> |
InstanceImpl.of(java.lang.Class<X> type,
java.lang.Class<? extends java.lang.annotation.Annotation> scope,
ManagerImpl manager) |
Constructor and Description |
---|
EventContextImpl(ManagerImpl manager,
java.util.List<ObserverMethod> interceptors,
java.util.List<ObserverMethod> observers,
NonManagedObserver<T> nonManagedObserver,
T event)
Create a new EventContext that will process all interceptors, observers and the non managed observer for a given event.
|
InstanceImpl(java.lang.Class<T> type,
java.lang.Class<? extends java.lang.annotation.Annotation> scope,
ManagerImpl manager) |
Modifier and Type | Field and Description |
---|---|
private ManagerImpl |
ThreadedExecutorService.manager |
Modifier and Type | Method and Description |
---|---|
private static ContextSnapshot |
ThreadedExecutorService.ContextualStateSnapshot.from(ManagerImpl manager) |
Constructor and Description |
---|
ThreadedExecutorService(ManagerImpl manager) |