public interface SeContainer extends Instance<Object>, AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Shuts down this SeContainer instance when it is no longer in scope.
|
BeanManager |
getBeanManager()
Get the CDI BeanManager for this container
|
boolean |
isRunning()
Check if the container is running or was shut down
|
destroy, isAmbiguous, isUnsatisfied, select, select, selectforEach, iterator, spliteratorvoid close()
Shuts down this SeContainer instance when it is no longer in scope. Implemented from AutoCloseable,
close in interface AutoCloseableboolean isRunning()
BeanManager getBeanManager()
Copyright © 2008-2016 JBoss by Red Hat, Inc.. All Rights Reserved.