| Modifier and Type | Field and Description |
|---|---|
protected WebBeansContext |
context |
protected Object |
startEvent |
| Constructor and Description |
|---|
OWBContainer(WebBeansContext context,
Object startObj) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
destroy(Object instance) |
protected void |
doClose() |
Object |
get() |
javax.enterprise.inject.spi.BeanManager |
getBeanManager() |
boolean |
isAmbiguous() |
boolean |
isRunning() |
boolean |
isUnsatisfied() |
Iterator<Object> |
iterator() |
javax.enterprise.inject.Instance<Object> |
select(Annotation... qualifiers) |
<U> javax.enterprise.inject.Instance<U> |
select(Class<U> subtype,
Annotation... qualifiers) |
<U> javax.enterprise.inject.Instance<U> |
select(javax.enterprise.util.TypeLiteral<U> subtype,
Annotation... qualifiers) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprotected final WebBeansContext context
protected final Object startEvent
public OWBContainer(WebBeansContext context, Object startObj)
protected void doClose()
public void close()
close in interface AutoCloseableclose in interface javax.enterprise.inject.se.SeContainerpublic boolean isRunning()
isRunning in interface javax.enterprise.inject.se.SeContainerpublic javax.enterprise.inject.spi.BeanManager getBeanManager()
getBeanManager in interface javax.enterprise.inject.se.SeContainerpublic javax.enterprise.inject.Instance<Object> select(Annotation... qualifiers)
select in interface javax.enterprise.inject.Instance<Object>public boolean isUnsatisfied()
isUnsatisfied in interface javax.enterprise.inject.Instance<Object>public boolean isAmbiguous()
isAmbiguous in interface javax.enterprise.inject.Instance<Object>public void destroy(Object instance)
destroy in interface javax.enterprise.inject.Instance<Object>public <U> javax.enterprise.inject.Instance<U> select(javax.enterprise.util.TypeLiteral<U> subtype,
Annotation... qualifiers)
select in interface javax.enterprise.inject.Instance<Object>public <U> javax.enterprise.inject.Instance<U> select(Class<U> subtype, Annotation... qualifiers)
select in interface javax.enterprise.inject.Instance<Object>Copyright © 2008–2018 The Apache Software Foundation. All rights reserved.