public class HashMapBeanStore extends AbstractMapBackedBeanStore implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<BeanIdentifier,java.lang.Object> |
delegate |
| Constructor and Description |
|---|
HashMapBeanStore()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<BeanIdentifier,java.lang.Object> |
delegate()
Gets the delegate for the store
|
LockedBean |
lock(BeanIdentifier id)
Gets a creation lock for the given bean id.
|
clear, contains, equals, get, getContextualIds, hashCode, iterator, put, remove, toStringprotected java.util.Map<BeanIdentifier,java.lang.Object> delegate
public java.util.Map<BeanIdentifier,java.lang.Object> delegate()
delegate in class AbstractMapBackedBeanStorepublic LockedBean lock(BeanIdentifier id)
BeanStoreCopyright © 2015. All Rights Reserved.