public class TestDelayFactory extends AbstractComponentFactory implements AutoInstantiableFactory
| Modifier and Type | Class and Description |
|---|---|
static class |
TestDelayFactory.Component |
static class |
TestDelayFactory.Control |
globalComponentRegistry, globalConfiguration| Constructor and Description |
|---|
TestDelayFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
construct(Class<T> componentType)
Constructs a component.
|
void |
inject(TestDelayFactory.Control control) |
assertTypeConstructablepublic void inject(TestDelayFactory.Control control) throws InterruptedException
InterruptedExceptionpublic <T> T construct(Class<T> componentType)
AbstractComponentFactoryconstruct in class AbstractComponentFactorycomponentType - type of componentCopyright © 2024 JBoss, a division of Red Hat. All rights reserved.