public class ConcurrentHashMapBeanStore extends AbstractMapBackedBeanStore implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Map<BeanIdentifier,Object> |
delegate |
| Constructor and Description |
|---|
ConcurrentHashMapBeanStore()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Map<BeanIdentifier,Object> |
delegate()
Gets the delegate for the store
|
LockedBean |
lock(BeanIdentifier id)
Gets a creation lock for the given bean id.
|
String |
toString() |
clear, contains, equals, get, getContextualIds, hashCode, iterator, put, removeclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorprotected Map<BeanIdentifier,Object> delegate
public Map<BeanIdentifier,Object> delegate()
delegate in class AbstractMapBackedBeanStorepublic String toString()
toString in class AbstractMapBackedBeanStorepublic LockedBean lock(BeanIdentifier id)
BeanStoreCopyright © 2016. All Rights Reserved.