Package | Description |
---|---|
org.jboss.weld.context.beanstore |
Modifier and Type | Method and Description |
---|---|
LockedBean |
AttributeBeanStore.lock(String id) |
LockedBean |
HashMapBeanStore.lock(String id) |
LockedBean |
BeanStore.lock(String id)
Gets a creation lock for the given bean id.
|
LockedBean |
ConcurrentHashMapBeanStore.lock(String id) |
LockedBean |
LockStore.lock(String id) |
Copyright © 2013 Seam Framework. All rights reserved.