org.apache.geronimo.j2ee.deployment
Interface ModuleBuilder
- All Known Implementing Classes:
- AbstractWebModuleBuilder, AppClientModuleBuilder, ConnectorModuleBuilder, EjbModuleBuilder, JettyModuleBuilder, SwitchingModuleBuilder, TomcatModuleBuilder, UnavailableModuleBuilder
public interface ModuleBuilder
Method Summary |
void |
addGBeans(EARContext earContext,
Module module,
ClassLoader cl,
Collection repository)
|
Module |
createModule(File plan,
JarFile moduleFile,
Naming naming,
ModuleIDBuilder idBuilder)
|
Module |
createModule(Object plan,
JarFile moduleFile,
String targetPath,
URL specDDUrl,
Environment environment,
Object moduleContextInfo,
AbstractName earName,
Naming naming,
ModuleIDBuilder idBuilder)
|
String |
getSchemaNamespace()
|
void |
initContext(EARContext earContext,
Module module,
ClassLoader cl)
|
void |
installModule(JarFile earFile,
EARContext earContext,
Module module,
Collection configurationStores,
ConfigurationStore targetConfigurationStore,
Collection repository)
|
createModule
Module createModule(File plan,
JarFile moduleFile,
Naming naming,
ModuleIDBuilder idBuilder)
throws DeploymentException
- Throws:
DeploymentException
createModule
Module createModule(Object plan,
JarFile moduleFile,
String targetPath,
URL specDDUrl,
Environment environment,
Object moduleContextInfo,
AbstractName earName,
Naming naming,
ModuleIDBuilder idBuilder)
throws DeploymentException
- Throws:
DeploymentException
installModule
void installModule(JarFile earFile,
EARContext earContext,
Module module,
Collection configurationStores,
ConfigurationStore targetConfigurationStore,
Collection repository)
throws DeploymentException
- Throws:
DeploymentException
initContext
void initContext(EARContext earContext,
Module module,
ClassLoader cl)
throws DeploymentException
- Throws:
DeploymentException
addGBeans
void addGBeans(EARContext earContext,
Module module,
ClassLoader cl,
Collection repository)
throws DeploymentException
- Throws:
DeploymentException
getSchemaNamespace
String getSchemaNamespace()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.