public class AppContext extends DeploymentContext
Constructor and Description |
---|
AppContext(java.lang.String id,
SystemInstance systemInstance,
java.lang.ClassLoader classLoader,
javax.naming.Context globalJndiContext,
javax.naming.Context appJndiContext,
boolean standaloneModule) |
Modifier and Type | Method and Description |
---|---|
javax.naming.Context |
getAppJndiContext() |
AsynchronousPool |
getAsynchronousPool() |
java.util.List<BeanContext> |
getBeanContexts() |
BeanManager |
getBeanManager() |
java.util.Map<java.lang.String,java.lang.Object> |
getBindings() |
java.lang.ClassLoader |
getClassLoader() |
java.util.List<BeanContext> |
getDeployments()
Deprecated.
|
javax.naming.Context |
getGlobalJndiContext() |
java.lang.String |
getId() |
java.util.Collection<Injection> |
getInjections() |
long |
getStartTime() |
SystemInstance |
getSystemInstance() |
WebBeansContext |
getWebBeansContext() |
java.util.List<WebContext> |
getWebContexts() |
boolean |
isCdiEnabled() |
boolean |
isStandaloneModule() |
void |
setCdiEnabled(boolean cdiEnabled) |
void |
setWebBeansContext(WebBeansContext webBeansContext) |
get, getOptions, getProperties, set
public AppContext(java.lang.String id, SystemInstance systemInstance, java.lang.ClassLoader classLoader, javax.naming.Context globalJndiContext, javax.naming.Context appJndiContext, boolean standaloneModule)
public java.util.Collection<Injection> getInjections()
public java.util.Map<java.lang.String,java.lang.Object> getBindings()
public BeanManager getBeanManager()
public WebBeansContext getWebBeansContext()
public void setWebBeansContext(WebBeansContext webBeansContext)
public java.util.List<WebContext> getWebContexts()
public boolean isCdiEnabled()
public void setCdiEnabled(boolean cdiEnabled)
public java.lang.String getId()
getId
in class DeploymentContext
public java.lang.ClassLoader getClassLoader()
@Deprecated public java.util.List<BeanContext> getDeployments()
public java.util.List<BeanContext> getBeanContexts()
public SystemInstance getSystemInstance()
public javax.naming.Context getAppJndiContext()
public javax.naming.Context getGlobalJndiContext()
public boolean isStandaloneModule()
public AsynchronousPool getAsynchronousPool()
public long getStartTime()