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) |
assertTypeConstructable
public void inject(TestDelayFactory.Control control) throws InterruptedException
InterruptedException
public <T> T construct(Class<T> componentType)
AbstractComponentFactory
construct
in class AbstractComponentFactory
componentType
- type of componentCopyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.