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

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

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 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 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 AutoConfig.deploy(AppModule appModule)
           
 AppModule ApplyOpenejbJar.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 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)
           
 AppInfo ConfigurationFactory.configureApplication(AppModule appModule)
           
 AppModule WsDeployer.deploy(AppModule appModule)
           
 AppModule WlsConversion.deploy(AppModule appModule)
           
 AppModule ValidateModules.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 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 AutoConfig.deploy(AppModule appModule)
           
 AppModule ApplyOpenejbJar.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 CleanEnvEntries.fillInMissingType(AppModule appModule)
           
 void Module.initAppModule(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 CheckIncorrectPropertyNames.validate(AppModule appModule)
           
 void CheckDependsOn.validate(AppModule appModule)
           
 void CheckClassLoading.validate(AppModule appModule)
           
 void CheckAnnotations.validate(AppModule appModule)
           
 



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