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, isResolvable, isUnsatisfied, select, select, select, stream
forEach, iterator, spliterator
void close()
Shuts down this SeContainer instance when it is no longer in scope. Implemented from AutoCloseable
,
close
in interface AutoCloseable
IllegalStateException
- if the container is already shutdownboolean isRunning()
BeanManager getBeanManager()
IllegalStateException
- if called when the container is already shutdownCopyright © 2008–2017 JBoss by Red Hat, Inc.. All rights reserved.