public class ConcurrentHashMapBeanStore extends AbstractMapBackedBeanStore implements Serializable
| Constructor and Description |
|---|
ConcurrentHashMapBeanStore()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
delegate()
Gets the delegate for the store
|
LockedBean |
lock(String id)
Gets a creation lock for the given bean id.
|
String |
toString() |
clear, contains, equals, get, getContextualIds, hashCode, iterator, put, removepublic Map<String,Object> delegate()
delegate in class AbstractMapBackedBeanStorepublic String toString()
toString in class AbstractMapBackedBeanStorepublic LockedBean lock(String id)
BeanStoreCopyright © 2013 Seam Framework. All Rights Reserved.