public class HashMapBeanStore extends AbstractMapBackedBeanStore implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Map<BeanIdentifier,Object> |
delegate |
| Constructor and Description |
|---|
HashMapBeanStore()
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.
|
protected Map<BeanIdentifier,Object> delegate
public Map<BeanIdentifier,Object> delegate()
delegate in class AbstractMapBackedBeanStorepublic LockedBean lock(BeanIdentifier id)
BeanStoreCopyright © 2014. All Rights Reserved.