@ApplicationScoped public class CDIBean extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
CDIBean.AppProducedExecutor |
static interface |
CDIBean.LabelContextPropagator |
static interface |
CDIBean.Priority3Executor |
static interface |
CDIBean.PriorityContext |
| Constructor and Description |
|---|
CDIBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
testAppDefinedProducerOfThreadContext()
Application can provide producers of ThreadContext that are qualified.
|
void |
testAppDefinedProducerUsingInjectedThreadContext()
Application-defined producer methods can have injection points of ThreadContext.
|
void |
testBasicExecutorUsable()
Verify that injected ME instances are useable in a very basic way
|
void |
testVerifyInjection()
Extra sanity check test to verify injection is occurring.
|
public void testVerifyInjection()
public void testBasicExecutorUsable()
throws Exception
Exception - indicates test failurepublic void testAppDefinedProducerOfThreadContext()
public void testAppDefinedProducerUsingInjectedThreadContext()
Copyright © 2021 Eclipse Foundation. All rights reserved.