public class SimpleBeanStore extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<javax.enterprise.context.spi.Contextual<?>,List<ScopedInstance<?>>> |
beans |
| Constructor and Description |
|---|
SimpleBeanStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBean(ScopedInstance<?> instance) |
void |
clear() |
void |
destroy() |
List<ScopedInstance<?>> |
getBeans(javax.enterprise.context.spi.Contextual<?> contextual) |
String |
toString() |
public Map<javax.enterprise.context.spi.Contextual<?>,List<ScopedInstance<?>>> beans
public void addBean(ScopedInstance<?> instance)
public void clear()
public void destroy()
public List<ScopedInstance<?>> getBeans(javax.enterprise.context.spi.Contextual<?> contextual)
Copyright © 1995–2017 Webtide. All rights reserved.