public class HashMapBeanStore extends AbstractMapBackedBeanStore implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Map<org.jboss.weld.serialization.spi.BeanIdentifier,Object> |
delegate |
| Constructor and Description |
|---|
HashMapBeanStore()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Map<org.jboss.weld.serialization.spi.BeanIdentifier,Object> |
delegate()
Gets the delegate for the store
|
LockedBean |
lock(org.jboss.weld.serialization.spi.BeanIdentifier id)
Gets a creation lock for the given bean id.
|
clear, contains, equals, get, getContextualIds, hashCode, iterator, put, remove, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorprotected Map<org.jboss.weld.serialization.spi.BeanIdentifier,Object> delegate
public Map<org.jboss.weld.serialization.spi.BeanIdentifier,Object> delegate()
delegate in class AbstractMapBackedBeanStorepublic LockedBean lock(org.jboss.weld.serialization.spi.BeanIdentifier id)
BeanStoreCopyright © 2017. All rights reserved.