Uses of Class
org.apache.geronimo.j2ee.deployment.Module

Packages that use Module
org.apache.geronimo.j2ee.deployment   
 

Uses of Module in org.apache.geronimo.j2ee.deployment
 

Subclasses of Module in org.apache.geronimo.j2ee.deployment
 class AppClientModule
           
 class ConnectorModule
           
 class EJBModule
           
 class WebModule
           
 

Methods in org.apache.geronimo.j2ee.deployment that return Module
 Module ModuleBuilder.createModule(File plan, JarFile moduleFile, org.apache.geronimo.kernel.Naming naming, org.apache.geronimo.deployment.ModuleIDBuilder idBuilder)
           
 Module UnavailableModuleBuilder.createModule(File plan, JarFile moduleFile, org.apache.geronimo.kernel.Naming naming, org.apache.geronimo.deployment.ModuleIDBuilder idBuilder)
           
 Module SwitchingModuleBuilder.createModule(File plan, JarFile moduleFile, org.apache.geronimo.kernel.Naming naming, org.apache.geronimo.deployment.ModuleIDBuilder idBuilder)
           
 Module ModuleBuilder.createModule(Object plan, JarFile moduleFile, String targetPath, URL specDDUrl, org.apache.geronimo.kernel.repository.Environment environment, Object moduleContextInfo, org.apache.geronimo.gbean.AbstractName earName, org.apache.geronimo.kernel.Naming naming, org.apache.geronimo.deployment.ModuleIDBuilder idBuilder)
           
 Module UnavailableModuleBuilder.createModule(Object plan, JarFile moduleFile, String targetPath, URL specDDUrl, org.apache.geronimo.kernel.repository.Environment environment, Object moduleContextInfo, org.apache.geronimo.gbean.AbstractName earName, org.apache.geronimo.kernel.Naming naming, org.apache.geronimo.deployment.ModuleIDBuilder idBuilder)
           
 Module SwitchingModuleBuilder.createModule(Object plan, JarFile moduleFile, String targetPath, URL specDDUrl, org.apache.geronimo.kernel.repository.Environment environment, Object moduleContextInfo, org.apache.geronimo.gbean.AbstractName earName, org.apache.geronimo.kernel.Naming naming, org.apache.geronimo.deployment.ModuleIDBuilder idBuilder)
           
 

Methods in org.apache.geronimo.j2ee.deployment with parameters of type Module
 void ModuleBuilder.addGBeans(EARContext earContext, Module module, ClassLoader cl, Collection repository)
           
 void UnavailableModuleBuilder.addGBeans(EARContext earContext, Module module, ClassLoader cl, Collection repository)
           
 void SwitchingModuleBuilder.addGBeans(EARContext earContext, Module module, ClassLoader cl, Collection repositories)
           
 void NamingBuilder.buildNaming(org.apache.xmlbeans.XmlObject specDD, org.apache.xmlbeans.XmlObject plan, org.apache.geronimo.kernel.config.Configuration localConfiguration, org.apache.geronimo.kernel.config.Configuration remoteConfiguration, Module module, Map componentContext)
           
 void NamingBuilderCollection.buildNaming(org.apache.xmlbeans.XmlObject specDD, org.apache.xmlbeans.XmlObject plan, org.apache.geronimo.kernel.config.Configuration localContext, org.apache.geronimo.kernel.config.Configuration remoteContext, Module module, Map componentContext)
           
 void UnavailableWebServiceBuilder.configurePOJO(org.apache.geronimo.gbean.GBeanData targetGBean, Module module, Object portInfo, String seiClassName, org.apache.geronimo.deployment.DeploymentContext context)
           
 void WebServiceBuilder.configurePOJO(org.apache.geronimo.gbean.GBeanData targetGBean, Module module, Object portInfo, String seiClassName, org.apache.geronimo.deployment.DeploymentContext context)
          configure the supplied GBeanData to implement the POJO web service described in the deployment descriptor.
 void ModuleBuilder.initContext(EARContext earContext, Module module, ClassLoader cl)
           
 void UnavailableModuleBuilder.initContext(EARContext earContext, Module module, ClassLoader cl)
           
 void SwitchingModuleBuilder.initContext(EARContext earContext, Module module, ClassLoader cl)
           
 void NamingBuilder.initContext(org.apache.xmlbeans.XmlObject specDD, org.apache.xmlbeans.XmlObject plan, org.apache.geronimo.kernel.config.Configuration localConfiguration, org.apache.geronimo.kernel.config.Configuration remoteConfiguration, Module module)
           
 void NamingBuilderCollection.initContext(org.apache.xmlbeans.XmlObject specDD, org.apache.xmlbeans.XmlObject plan, org.apache.geronimo.kernel.config.Configuration localConfiguration, org.apache.geronimo.kernel.config.Configuration remoteConfiguration, Module module)
           
 void ModuleBuilder.installModule(JarFile earFile, EARContext earContext, Module module, Collection configurationStores, org.apache.geronimo.kernel.config.ConfigurationStore targetConfigurationStore, Collection repository)
           
 void UnavailableModuleBuilder.installModule(JarFile earFile, EARContext earContext, Module module, Collection configurationStores, org.apache.geronimo.kernel.config.ConfigurationStore targetConfigurationStore, Collection repository)
           
 void SwitchingModuleBuilder.installModule(JarFile earFile, EARContext earContext, Module module, Collection configurationStores, org.apache.geronimo.kernel.config.ConfigurationStore targetConfigurationStore, Collection repositories)
           
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.