|
||||||||||
| 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.AbstractApplicationContext
public abstract class AbstractApplicationContext
The Application context
AbstractApplicationContext| Constructor Summary | |
|---|---|
AbstractApplicationContext(java.lang.Class<? extends java.lang.annotation.Annotation> scope)
Constructor |
|
| Method Summary | |
|---|---|
org.jboss.weld.context.api.BeanStore |
getBeanStore()
Gets the bean store |
boolean |
isActive()
Indicates if the context is active |
protected boolean |
isCreationLockRequired()
If Context need to inhibit concurrent instance creation then true, else false. |
void |
setActive(boolean active)
Sets the active state of the context |
void |
setBeanStore(org.jboss.weld.context.api.BeanStore applicationBeanStore)
Sets the bean store |
java.lang.String |
toString()
|
| Methods inherited from class org.jboss.weld.context.AbstractMapContext |
|---|
cleanup, destroy, get, get, getContextual, getId |
| Methods inherited from class org.jboss.weld.context.AbstractContext |
|---|
getScope |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractApplicationContext(java.lang.Class<? extends java.lang.annotation.Annotation> scope)
| Method Detail |
|---|
public org.jboss.weld.context.api.BeanStore getBeanStore()
getBeanStore in class AbstractMapContextpublic void setBeanStore(org.jboss.weld.context.api.BeanStore applicationBeanStore)
applicationBeanStore - The bean storepublic boolean isActive()
isActive in interface javax.enterprise.context.spi.ContextisActive in class AbstractContextContext.isActive()public void setActive(boolean active)
setActive in class AbstractContextactive - The new statepublic java.lang.String toString()
toString in class java.lang.Objectprotected boolean isCreationLockRequired()
AbstractMapContext
isCreationLockRequired in class AbstractMapContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||