|
||||||||||
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.ApplicationContext
public class ApplicationContext
The Application context
ApplicationContext
Constructor Summary | |
---|---|
ApplicationContext()
Constructor |
Method Summary | |
---|---|
BeanStore |
getBeanStore()
Gets the bean store |
static ApplicationContext |
instance()
|
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(BeanStore applicationBeanStore)
Sets the bean store |
java.lang.String |
toString()
|
Methods inherited from class org.jboss.webbeans.context.AbstractMapContext |
---|
destroy, get, get |
Methods inherited from class org.jboss.webbeans.context.AbstractContext |
---|
getActive, getScopeType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ApplicationContext()
Method Detail |
---|
public static ApplicationContext instance()
public BeanStore getBeanStore()
getBeanStore
in class AbstractMapContext
public void setBeanStore(BeanStore applicationBeanStore)
applicationBeanStore
- The bean storepublic boolean isActive()
isActive
in interface Context
isActive
in class AbstractContext
Context.isActive()
public void setActive(boolean active)
setActive
in class AbstractContext
active
- The new statepublic java.lang.String toString()
toString
in class java.lang.Object
protected boolean isCreationLockRequired()
AbstractMapContext
isCreationLockRequired
in class AbstractMapContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |