|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.weld.context.AbstractContext
org.jboss.weld.context.AbstractMapContext
org.jboss.weld.context.AbstractThreadLocalMapContext
public abstract class AbstractThreadLocalMapContext
Abstract base class for representing contexts with thread local bean storage
| Constructor Summary | |
|---|---|
AbstractThreadLocalMapContext(java.lang.Class<? extends java.lang.annotation.Annotation> scopeType)
|
|
| Method Summary | |
|---|---|
void |
cleanup()
|
org.jboss.weld.context.api.BeanStore |
getBeanStore()
Gets the bean store |
protected boolean |
isCreationLockRequired()
If Context need to inhibit concurrent instance creation then true, else false. |
void |
setBeanStore(org.jboss.weld.context.api.BeanStore beanStore)
Sets the bean store |
| Methods inherited from class org.jboss.weld.context.AbstractMapContext |
|---|
destroy, get, get, getContextual, getId |
| Methods inherited from class org.jboss.weld.context.AbstractContext |
|---|
getScope, isActive, setActive |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractThreadLocalMapContext(java.lang.Class<? extends java.lang.annotation.Annotation> scopeType)
| Method Detail |
|---|
public org.jboss.weld.context.api.BeanStore getBeanStore()
getBeanStore in class AbstractMapContextpublic void setBeanStore(org.jboss.weld.context.api.BeanStore beanStore)
beanStore - The bean storeprotected boolean isCreationLockRequired()
AbstractMapContext
isCreationLockRequired in class AbstractMapContextpublic void cleanup()
cleanup in class AbstractMapContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||