public interface ContainerInstance
| Modifier and Type | Method and Description |
|---|---|
javax.enterprise.inject.spi.BeanManager |
getBeanManager()
Returns a BeanManager used by this container.
|
String |
getId()
The identifier of the container
|
void |
shutdown()
Shuts down the container.
|
javax.enterprise.inject.spi.BeanManager getBeanManager()
String getId()
void shutdown()
Copyright © 2018. All rights reserved.