Uses of Class
org.apache.openejb.AppContext

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

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)
           
 

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(AppInfo appInfo, ClassLoader classLoader, boolean start)
           
 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)
           
 

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

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 CdiResourceInjectionService.setAppContext(AppContext appModule)
           
 void CdiPlugin.setAppContext(AppContext appContext)
           
 

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

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)
           
 

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()
           
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.