|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.webbeans.context.AbstractContext
org.jboss.webbeans.context.AbstractMapContext
org.jboss.webbeans.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 | |
---|---|
BeanStore |
getBeanStore()
Gets the bean store |
protected boolean |
isCreationLockRequired()
If Context need to inhibit concurrent instance creation then true, else false. |
void |
setBeanStore(BeanStore beanStore)
Sets the bean store |
Methods inherited from class org.jboss.webbeans.context.AbstractMapContext |
---|
destroy, get, get |
Methods inherited from class org.jboss.webbeans.context.AbstractContext |
---|
getActive, getScopeType, 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 BeanStore getBeanStore()
getBeanStore
in class AbstractMapContext
public void setBeanStore(BeanStore beanStore)
beanStore
- The bean storeprotected boolean isCreationLockRequired()
AbstractMapContext
isCreationLockRequired
in class AbstractMapContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |