org.apache.openejb.config
Class OpenEjb2Conversion

java.lang.Object
  extended by org.apache.openejb.config.OpenEjb2Conversion
All Implemented Interfaces:
DynamicDeployer

public class OpenEjb2Conversion
extends Object
implements DynamicDeployer


Constructor Summary
OpenEjb2Conversion()
           
 
Method Summary
 void convertEjbRefs(EjbJar ejbJar, OpenejbJar openejbJar, OpenejbJarType openejbJarType)
           
 void convertMdbConfigs(EjbJar ejbJar, OpenejbJarType openejbJarType)
           
static GeronimoEjbJarType convertToGeronimoOpenejbXml(OpenejbJarType o2)
          Actually called from ReadDescriptors as Geronimo needs this info early
 AppModule deploy(AppModule appModule)
           
 void mergeEntityMappings(String moduleId, EntityMappings entityMappings, OpenejbJar openejbJar, OpenejbJarType openejbJarType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenEjb2Conversion

public OpenEjb2Conversion()
Method Detail

deploy

public AppModule deploy(AppModule appModule)
Specified by:
deploy in interface DynamicDeployer

convertEjbRefs

public void convertEjbRefs(EjbJar ejbJar,
                           OpenejbJar openejbJar,
                           OpenejbJarType openejbJarType)

convertMdbConfigs

public void convertMdbConfigs(EjbJar ejbJar,
                              OpenejbJarType openejbJarType)

mergeEntityMappings

public void mergeEntityMappings(String moduleId,
                                EntityMappings entityMappings,
                                OpenejbJar openejbJar,
                                OpenejbJarType openejbJarType)

convertToGeronimoOpenejbXml

public static GeronimoEjbJarType convertToGeronimoOpenejbXml(OpenejbJarType o2)
Actually called from ReadDescriptors as Geronimo needs this info early

Parameters:
o2 -
Returns:


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.