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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public Map<org.jboss.weld.serialization.spi.BeanIdentifier,Object> delegate()
delegate
in class AbstractMapBackedBeanStore
public LockedBean lock(org.jboss.weld.serialization.spi.BeanIdentifier id)
BeanStore
Copyright © 2016. All rights reserved.