Uses of Class
org.apache.openejb.AppContext

Packages that use AppContext
org.apache.openejb   
org.apache.openejb.assembler.classic   
org.apache.openejb.assembler.classic.event   
org.apache.openejb.async   
org.apache.openejb.cdi   
org.apache.openejb.core   
org.apache.openejb.spi   
org.apache.openejb.util   
 

Uses of AppContext in org.apache.openejb
 

Methods in org.apache.openejb that return AppContext
 AppContext ModuleContext.getAppContext()
           
 

Constructors in org.apache.openejb with parameters of type AppContext
ModuleContext(String id, URI moduleURI, String uniqueId, AppContext appContext, Context moduleJndiContext, ClassLoader classLoader)
           
 

Uses of AppContext in org.apache.openejb.assembler.classic
 

Methods in org.apache.openejb.assembler.classic that return AppContext
 AppContext Assembler.createApplication(AppInfo appInfo)
           
 AppContext Assembler.createApplication(AppInfo appInfo, ClassLoader classLoader)
           
 AppContext Assembler.createApplication(EjbJarInfo ejbJar)
           
 AppContext Assembler.createApplication(EjbJarInfo ejbJar, ClassLoader classLoader)
           
 AppContext Assembler.createClient(ClientInfo clientInfo)
           
 AppContext Assembler.createClient(ClientInfo clientInfo, ClassLoader classLoader)
           
 AppContext Assembler.createConnector(ConnectorInfo connectorInfo)
           
 AppContext Assembler.createConnector(ConnectorInfo connectorInfo, ClassLoader classLoader)
           
 AppContext Assembler.createEjbJar(EjbJarInfo ejbJar)
           
 AppContext Assembler.createEjbJar(EjbJarInfo ejbJar, ClassLoader classLoader)
           
 AppContext Assembler.createWebApp(WebAppInfo webAppInfo)
           
 AppContext Assembler.createWebApp(WebAppInfo webAppInfo, ClassLoader classLoader)
           
 

Methods in org.apache.openejb.assembler.classic with parameters of type AppContext
 void Assembler.destroyApplication(AppContext appContext)
           
 List<BeanContext> Assembler.initEjbs(ClassLoader classLoader, AppInfo appInfo, AppContext appContext, Set<Injection> injections, List<BeanContext> allDeployments, String webappId)
           
 

Constructors in org.apache.openejb.assembler.classic with parameters of type AppContext
EjbJarBuilder(Properties props, AppContext context)
           
 

Uses of AppContext in org.apache.openejb.assembler.classic.event
 

Methods in org.apache.openejb.assembler.classic.event that return AppContext
 AppContext AssemblerAfterApplicationCreated.getContext()
           
 AppContext BeanContextsInitializedEvent.getContext()
           
 AppContext AssemblerBeforeApplicationDestroyed.getContext()
           
 

Constructors in org.apache.openejb.assembler.classic.event with parameters of type AppContext
AssemblerAfterApplicationCreated(AppInfo appInfo, AppContext appContext, Collection<BeanContext> ejbs)
           
AssemblerBeforeApplicationDestroyed(AppInfo appInfo, AppContext appContext)
           
BeanContextsInitializedEvent(AppInfo appInfo, AppContext appContext, Collection<BeanContext> ejbs)
           
 

Uses of AppContext in org.apache.openejb.async
 

Methods in org.apache.openejb.async with parameters of type AppContext
static AsynchronousPool AsynchronousPool.create(AppContext appContext)
           
 

Uses of AppContext in org.apache.openejb.cdi
 

Methods in org.apache.openejb.cdi that return AppContext
 AppContext StartupObject.getAppContext()
           
 

Methods in org.apache.openejb.cdi with parameters of type AppContext
 void CdiBuilder.build(AppInfo appInfo, AppContext appContext, List<BeanContext> allDeployments)
           
 void CdiBuilder.build(AppInfo appInfo, AppContext appContext, List<BeanContext> allDeployments, WebContext webContext)
           
 void CdiResourceInjectionService.setAppContext(AppContext appModule)
           
 

Constructors in org.apache.openejb.cdi with parameters of type AppContext
CustomELAdapter(AppContext appContext)
           
StartupObject(AppContext appContext, AppInfo appInfo, List<BeanContext> beanContexts)
           
StartupObject(AppContext appContext, AppInfo appInfo, List<BeanContext> beanContexts, WebContext webContext)
           
 

Uses of AppContext in org.apache.openejb.core
 

Methods in org.apache.openejb.core that return AppContext
 AppContext WebContext.getAppContext()
           
 AppContext CoreContainerSystem.getAppContext(Object id)
           
 AppContext CoreContainerSystem.removeAppContext(Object id)
           
 

Methods in org.apache.openejb.core that return types with arguments of type AppContext
 List<AppContext> CoreContainerSystem.getAppContexts()
           
 

Methods in org.apache.openejb.core with parameters of type AppContext
 void CoreContainerSystem.addAppContext(AppContext appContext)
           
 

Constructors in org.apache.openejb.core with parameters of type AppContext
WebContext(AppContext appContext)
           
 

Uses of AppContext in org.apache.openejb.spi
 

Methods in org.apache.openejb.spi that return AppContext
 AppContext ContainerSystem.getAppContext(Object id)
           
 

Methods in org.apache.openejb.spi that return types with arguments of type AppContext
 List<AppContext> ContainerSystem.getAppContexts()
           
 

Uses of AppContext in org.apache.openejb.util
 

Fields in org.apache.openejb.util with type parameters of type AppContext
static AppFinder.Transformer<AppContext> AppFinder.AppContextTransformer.INSTANCE
           
 

Methods in org.apache.openejb.util that return AppContext
 AppContext AppFinder.AppContextTransformer.from(AppContext appCtx)
           
 AppContext AppFinder.AppContextTransformer.from(WebContext webCtx)
           
 

Methods in org.apache.openejb.util with parameters of type AppContext
 T AppFinder.Transformer.from(AppContext appCtx)
           
 org.apache.webbeans.config.WebBeansContext AppFinder.WebBeansContextTransformer.from(AppContext appCtx)
           
 AppContext AppFinder.AppContextTransformer.from(AppContext appCtx)
           
 



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.