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.
|
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 © 2013 Seam Framework. All rights reserved.