
public class LocalContainerRegistry extends Object implements ContainerRegistry
| Constructor and Description |
|---|
LocalContainerRegistry(Injector injector) |
| Modifier and Type | Method and Description |
|---|---|
Container |
create(ContainerDef definition,
ServiceLoader loader) |
Container |
getContainer(String name) |
Container |
getContainer(TargetDescription target) |
List<Container> |
getContainers() |
public LocalContainerRegistry(Injector injector)
public Container create(ContainerDef definition, ServiceLoader loader)
create in interface ContainerRegistrypublic Container getContainer(String name)
getContainer in interface ContainerRegistrypublic List<Container> getContainers()
getContainers in interface ContainerRegistrypublic Container getContainer(TargetDescription target)
getContainer in interface ContainerRegistryCopyright © 2017 JBoss by Red Hat. All rights reserved.