|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.weld.context.api.helpers.AbstractMapBackedBeanStore
org.jboss.weld.context.api.helpers.ConcurrentHashMapBeanStore
public class ConcurrentHashMapBeanStore
A BeanStore that uses a HashMap as backing storage
| Field Summary | |
|---|---|
protected java.util.Map<java.lang.String,ContextualInstance<? extends java.lang.Object>> |
delegate
|
| Constructor Summary | |
|---|---|
ConcurrentHashMapBeanStore()
Constructor |
|
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,ContextualInstance<? extends java.lang.Object>> |
delegate()
Gets the delegate for the store |
| Methods inherited from class org.jboss.weld.context.api.helpers.AbstractMapBackedBeanStore |
|---|
clear, get, getContextualIds, put, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Map<java.lang.String,ContextualInstance<? extends java.lang.Object>> delegate
| Constructor Detail |
|---|
public ConcurrentHashMapBeanStore()
| Method Detail |
|---|
public java.util.Map<java.lang.String,ContextualInstance<? extends java.lang.Object>> delegate()
delegate in class AbstractMapBackedBeanStore
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||