Uses of Class
org.apache.openejb.config.AppModule

Packages that use AppModule
org.apache.openejb.config   
org.apache.openejb.config.rules   
org.apache.openejb.config.sys   
 

Uses of AppModule in org.apache.openejb.config
 

Methods in org.apache.openejb.config that return AppModule
protected  AppModule DeploymentLoader.createAppModule(File jarFile, String jarPath)
           
 AppModule WsDeployer.deploy(AppModule appModule)
           
 AppModule WlsConversion.deploy(AppModule appModule)
           
 AppModule ValidateModules.deploy(AppModule appModule)
           
 AppModule SystemPropertiesOverride.deploy(AppModule appModule)
           
 AppModule SunConversion.deploy(AppModule appModule)
           
 AppModule ReportValidationResults.deploy(AppModule appModule)
           
 AppModule ReadDescriptors.deploy(AppModule appModule)
           
 AppModule OutputGeneratedDescriptors.deploy(AppModule appModule)
           
 AppModule OpenEjb2Conversion.deploy(AppModule appModule)
           
 AppModule ModuleProperties.deploy(AppModule appModule)
           
 AppModule MergeWebappJndiContext.deploy(AppModule appModule)
           
 AppModule MBeanDeployer.deploy(AppModule appModule)
           
 AppModule MappedNameBuilder.deploy(AppModule appModule)
           
 AppModule LinkBuiltInTypes.deploy(AppModule appModule)
           
 AppModule LegacyProcessor.deploy(AppModule appModule)
           
 AppModule InitEjbDeployments.deploy(AppModule appModule)
           
 AppModule GeronimoMappedName.deploy(AppModule appModule)
           
 AppModule GeneratedClientModules.Add.deploy(AppModule appModule)
           
 AppModule GeneratedClientModules.Prune.deploy(AppModule appModule)
           
 AppModule EnvEntriesPropertiesDeployer.deploy(AppModule appModule)
           
 AppModule DynamicDeployer.deploy(AppModule appModule)
           
 AppModule ConvertDataSourceDefinitions.deploy(AppModule appModule)
           
 AppModule ConfigurationFactory.ProxyBeanClassUpdate.deploy(AppModule appModule)
           
 AppModule ConfigurationFactory.Chain.deploy(AppModule appModule)
           
 AppModule CmpJpaConversion.deploy(AppModule appModule)
           
 AppModule ClearEmptyMappedName.deploy(AppModule appModule)
           
 AppModule CleanEnvEntries.deploy(AppModule appModule)
           
 AppModule BuiltInEnvironmentEntries.deploy(AppModule appModule)
           
 AppModule BeanProperties.deploy(AppModule appModule)
           
 AppModule AutoConfig.deploy(AppModule appModule)
           
 AppModule ApplyOpenejbJar.deploy(AppModule appModule)
           
 AppModule ApplicationProperties.deploy(AppModule appModule)
           
 AppModule AppContextConfigDeployer.deploy(AppModule appModule)
           
 AppModule AnnotationDeployer.deploy(AppModule appModule)
           
 AppModule AnnotationDeployer.DiscoverAnnotatedBeans.deploy(AppModule appModule)
           
 AppModule AnnotationDeployer.ProcessAnnotatedBeans.deploy(AppModule appModule)
           
 AppModule ActivationConfigPropertyOverride.deploy(AppModule appModule)
           
 AppModule AdditionalBeanDiscoverer.discover(AppModule module)
           
 AppModule CleanEnvEntries.fillInMissingType(AppModule appModule)
           
 AppModule Module.getAppModule()
           
 AppModule DeploymentLoader.load(File jarFile)
           
 AppModule ConfigurationFactory.loadApplication(ClassLoader classLoader, String id, List<File> jarFiles)
           
 AppModule CleanEnvEntries.removeUnsetEnvEntries(AppModule appModule)
           
 AppModule AppValidator.validate(AppModule appModule)
           
 

Methods in org.apache.openejb.config with parameters of type AppModule
protected static void DeploymentLoader.addPersistenceUnits(AppModule appModule, URL... urls)
           
 void DeploymentLoader.addWebModule(AppModule appModule, URL warUrl, ClassLoader parentClassLoader, String contextRoot, String moduleName)
           
static void DeploymentLoader.addWebModule(WebModule webModule, AppModule appModule)
           
 AppInfo ConfigurationFactory.configureApplication(AppModule appModule)
           
 AppModule WsDeployer.deploy(AppModule appModule)
           
 AppModule WlsConversion.deploy(AppModule appModule)
           
 AppModule ValidateModules.deploy(AppModule appModule)
           
 AppModule SystemPropertiesOverride.deploy(AppModule appModule)
           
 AppModule SunConversion.deploy(AppModule appModule)
           
 AppModule ReportValidationResults.deploy(AppModule appModule)
           
 AppModule ReadDescriptors.deploy(AppModule appModule)
           
 AppModule OutputGeneratedDescriptors.deploy(AppModule appModule)
           
 AppModule OpenEjb2Conversion.deploy(AppModule appModule)
           
 AppModule ModuleProperties.deploy(AppModule appModule)
           
 AppModule MergeWebappJndiContext.deploy(AppModule appModule)
           
 AppModule MBeanDeployer.deploy(AppModule appModule)
           
 AppModule MappedNameBuilder.deploy(AppModule appModule)
           
 AppModule LinkBuiltInTypes.deploy(AppModule appModule)
           
 AppModule LegacyProcessor.deploy(AppModule appModule)
           
 AppModule InitEjbDeployments.deploy(AppModule appModule)
           
 AppModule GeronimoMappedName.deploy(AppModule appModule)
           
 AppModule GeneratedClientModules.Add.deploy(AppModule appModule)
           
 AppModule GeneratedClientModules.Prune.deploy(AppModule appModule)
           
 AppModule EnvEntriesPropertiesDeployer.deploy(AppModule appModule)
           
 AppModule DynamicDeployer.deploy(AppModule appModule)
           
 AppModule ConvertDataSourceDefinitions.deploy(AppModule appModule)
           
 AppModule ConfigurationFactory.ProxyBeanClassUpdate.deploy(AppModule appModule)
           
 AppModule ConfigurationFactory.Chain.deploy(AppModule appModule)
           
 AppModule CmpJpaConversion.deploy(AppModule appModule)
           
 AppModule ClearEmptyMappedName.deploy(AppModule appModule)
           
 AppModule CleanEnvEntries.deploy(AppModule appModule)
           
 AppModule BuiltInEnvironmentEntries.deploy(AppModule appModule)
           
 AppModule BeanProperties.deploy(AppModule appModule)
           
 AppModule AutoConfig.deploy(AppModule appModule)
           
 AppModule ApplyOpenejbJar.deploy(AppModule appModule)
           
 AppModule ApplicationProperties.deploy(AppModule appModule)
           
 AppModule AppContextConfigDeployer.deploy(AppModule appModule)
           
 AppModule AnnotationDeployer.deploy(AppModule appModule)
           
 AppModule AnnotationDeployer.DiscoverAnnotatedBeans.deploy(AppModule appModule)
           
 AppModule AnnotationDeployer.ProcessAnnotatedBeans.deploy(AppModule appModule)
           
 AppModule ActivationConfigPropertyOverride.deploy(AppModule appModule)
           
 AppModule AdditionalBeanDiscoverer.discover(AppModule module)
           
 AppModule CleanEnvEntries.fillInMissingType(AppModule appModule)
           
 void Module.initAppModule(AppModule appModule)
           
 void ReadDescriptors.readEjbJar(EjbModule ejbModule, AppModule appModule)
           
 AppModule CleanEnvEntries.removeUnsetEnvEntries(AppModule appModule)
           
 void ValidationRule.validate(AppModule appModule)
           
 AppModule AppValidator.validate(AppModule appModule)
           
 

Uses of AppModule in org.apache.openejb.config.rules
 

Fields in org.apache.openejb.config.rules declared as AppModule
protected  AppModule CheckClassLoading.appModule
           
 

Methods in org.apache.openejb.config.rules with parameters of type AppModule
 void ValidationBase.validate(AppModule appModule)
           
 void CheckRestMethodArePublic.validate(AppModule appModule)
           
 void CheckIncorrectPropertyNames.validate(AppModule appModule)
           
 void CheckDescriptorLocation.validate(AppModule appModule)
           
 void CheckDependsOn.validate(AppModule appModule)
           
 void CheckClassLoading.validate(AppModule appModule)
           
 void CheckAnnotations.validate(AppModule appModule)
           
 

Uses of AppModule in org.apache.openejb.config.sys
 

Methods in org.apache.openejb.config.sys with parameters of type AppModule
static void SaxAppCtxConfig.parse(AppModule appModule, InputSource source, EnvEntriesPropertiesDeployer envEntriesDeployer, BeanProperties beanProperties)
           
 



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