org.jboss.webbeans.context.api.helpers
Class ConcurrentHashMapBeanStore
java.lang.Object
org.jboss.webbeans.context.api.helpers.AbstractMapBackedBeanStore
org.jboss.webbeans.context.api.helpers.ConcurrentHashMapBeanStore
- All Implemented Interfaces:
- BeanStore
public class ConcurrentHashMapBeanStore
- extends AbstractMapBackedBeanStore
A BeanStore that uses a HashMap as backing storage
- Author:
- Nicklas Karlsson
|
Field Summary |
protected java.util.Map<javax.context.Contextual<? extends java.lang.Object>,java.lang.Object> |
delegate
|
|
Method Summary |
java.util.Map<javax.context.Contextual<? extends java.lang.Object>,java.lang.Object> |
delegate()
Gets the delegate for the store |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
delegate
protected java.util.Map<javax.context.Contextual<? extends java.lang.Object>,java.lang.Object> delegate
ConcurrentHashMapBeanStore
public ConcurrentHashMapBeanStore()
- Constructor
delegate
public java.util.Map<javax.context.Contextual<? extends java.lang.Object>,java.lang.Object> delegate()
- Gets the delegate for the store
- Specified by:
delegate in class AbstractMapBackedBeanStore
- Returns:
- The delegate
Copyright © 2008-2009. All Rights Reserved.