| java.lang.Object org.apache.geronimo.openejb.deployment.EjbModuleBuilder
EjbModuleBuilder | public class EjbModuleBuilder implements ModuleBuilder,GBeanLifecycle(Code) | | Master builder for processing EJB JAR deployments and creating the
correspinding runtime objects (GBeans, etc.).
version: $Revision: 479481 $ $Date: 2006-11-26 16:52:20 -0800 (Sun, 26 Nov 2006) $ |
Inner Class :public static class EarData | |
Field Summary | |
final public static GBeanInfo | GBEAN_INFO |
Method Summary | |
public void | addGBeans(EARContext earContext, Module module, ClassLoader cl, Collection repositories) Does the meaty work of processing the deployment information and
creating GBeans for all the EJBs in the JAR, etc. | public Module | createModule(File plan, JarFile moduleFile, Naming naming, ModuleIDBuilder idBuilder) | public Module | createModule(Object plan, JarFile moduleFile, String targetPath, URL specDDUrl, Environment environment, Object moduleContextInfo, AbstractName earName, Naming naming, ModuleIDBuilder idBuilder) | public void | doFail() | public void | doStart() | public void | doStop() | public static GBeanInfo | getGBeanInfo() | public String | getSchemaNamespace() | public void | initContext(EARContext earContext, Module module, ClassLoader classLoader) | public void | installModule(JarFile earFile, EARContext earContext, Module module, Collection configurationStores, ConfigurationStore targetConfigurationStore, Collection repository) | protected static void | unmapReferences(EjbJar ejbJar, GeronimoEjbJarType geronimoEjbJarType) |
GBEAN_INFO | final public static GBeanInfo GBEAN_INFO(Code) | | |
addGBeans | public void addGBeans(EARContext earContext, Module module, ClassLoader cl, Collection repositories) throws DeploymentException(Code) | | Does the meaty work of processing the deployment information and
creating GBeans for all the EJBs in the JAR, etc.
|
createModule | public Module createModule(File plan, JarFile moduleFile, Naming naming, ModuleIDBuilder idBuilder) throws DeploymentException(Code) | | |
createModule | public Module createModule(Object plan, JarFile moduleFile, String targetPath, URL specDDUrl, Environment environment, Object moduleContextInfo, AbstractName earName, Naming naming, ModuleIDBuilder idBuilder) throws DeploymentException(Code) | | |
doFail | public void doFail()(Code) | | |
doStop | public void doStop()(Code) | | |
getGBeanInfo | public static GBeanInfo getGBeanInfo()(Code) | | |
unmapReferences | protected static void unmapReferences(EjbJar ejbJar, GeronimoEjbJarType geronimoEjbJarType)(Code) | | |
|
|