public class SimpleContainer extends Container
| Constructor and Description |
|---|
SimpleContainer() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
lookup(String name,
Class<T> expected) |
void |
register(String name,
Object obj) |
public <T> T lookup(String name, Class<T> expected) throws NameNotFoundException
lookup in class ContainerNameNotFoundExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.