| Methods in org.apache.geronimo.j2ee.deployment that return Module |
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(File plan,
JarFile moduleFile,
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)
|
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)
|
| Methods in org.apache.geronimo.j2ee.deployment with parameters of type Module |
void |
UnavailableModuleBuilder.addGBeans(EARContext earContext,
Module module,
ClassLoader cl,
Collection repository)
|
void |
SwitchingModuleBuilder.addGBeans(EARContext earContext,
Module module,
ClassLoader cl,
Collection repositories)
|
void |
ModuleBuilderExtension.addGBeans(EARContext earContext,
Module module,
ClassLoader cl,
Collection repository)
|
void |
ModuleBuilder.addGBeans(EARContext earContext,
Module module,
ClassLoader cl,
Collection repository)
|
void |
NamingBuilderCollection.buildNaming(org.apache.xmlbeans.XmlObject specDD,
org.apache.xmlbeans.XmlObject plan,
Module module,
Map componentContext)
|
void |
NamingBuilder.buildNaming(org.apache.xmlbeans.XmlObject specDD,
org.apache.xmlbeans.XmlObject plan,
Module module,
Map componentContext)
|
boolean |
WebServiceBuilder.configureEJB(org.apache.geronimo.gbean.GBeanData targetGBean,
String ejbName,
Module module,
Map sharedContext,
ClassLoader classLoader)
configure the supplied EJBContainer gbeandata to implement the ejb web service described in the deployment descriptor
N.B. this method is a complete guess and should be replaced by something useable right away! |
boolean |
UnavailableWebServiceBuilder.configureEJB(org.apache.geronimo.gbean.GBeanData targetGBean,
String ejbName,
Module module,
Map portInfoObject,
ClassLoader classLoader)
|
boolean |
WebServiceBuilder.configurePOJO(org.apache.geronimo.gbean.GBeanData targetGBean,
String servletName,
Module module,
String seiClassName,
org.apache.geronimo.deployment.DeploymentContext context)
configure the supplied GBeanData to implement the POJO web service described in the deployment descriptor. |
boolean |
UnavailableWebServiceBuilder.configurePOJO(org.apache.geronimo.gbean.GBeanData targetGBean,
String servletName,
Module module,
String seiClassName,
org.apache.geronimo.deployment.DeploymentContext context)
|
void |
ModuleBuilderExtension.createModule(Module module,
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)
|
void |
WebServiceBuilder.findWebServices(Module module,
boolean isEJB,
Map correctedPortLocations,
org.apache.geronimo.kernel.repository.Environment environment,
Map sharedContext)
Introspects on the module file to locate web service for deployment. |
void |
UnavailableWebServiceBuilder.findWebServices(Module module,
boolean isEJB,
Map correctedPortLocations,
org.apache.geronimo.kernel.repository.Environment environment,
Map sharedContext)
|
void |
UnavailableModuleBuilder.initContext(EARContext earContext,
Module module,
ClassLoader cl)
|
void |
SwitchingModuleBuilder.initContext(EARContext earContext,
Module module,
ClassLoader cl)
|
void |
ModuleBuilderExtension.initContext(EARContext earContext,
Module module,
ClassLoader cl)
|
void |
ModuleBuilder.initContext(EARContext earContext,
Module module,
ClassLoader cl)
|
void |
NamingBuilderCollection.initContext(org.apache.xmlbeans.XmlObject specDD,
org.apache.xmlbeans.XmlObject plan,
Module module)
|
void |
NamingBuilder.initContext(org.apache.xmlbeans.XmlObject specDD,
org.apache.xmlbeans.XmlObject plan,
Module module)
|
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)
|
void |
ModuleBuilderExtension.installModule(JarFile earFile,
EARContext earContext,
Module module,
Collection configurationStores,
org.apache.geronimo.kernel.config.ConfigurationStore targetConfigurationStore,
Collection repository)
|
void |
ModuleBuilder.installModule(JarFile earFile,
EARContext earContext,
Module module,
Collection configurationStores,
org.apache.geronimo.kernel.config.ConfigurationStore targetConfigurationStore,
Collection repository)
|