org.apache.openejb.config
Class EnvEntriesPropertiesDeployer

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

public class EnvEntriesPropertiesDeployer
extends Object
implements DynamicDeployer

Read in all the properties for an app's META-INF/env-entries.properties file and create tags for each in the component's enc.

Version:
$Rev: 602704 $ $Date: 2007-12-09 18:58:22 +0100 (So, 09. Dez 2007) $

Constructor Summary
EnvEntriesPropertiesDeployer()
           
 
Method Summary
 AppModule deploy(AppModule appModule)
           
 WebModule deploy(WebModule webModule)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvEntriesPropertiesDeployer

public EnvEntriesPropertiesDeployer()
Method Detail

deploy

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

deploy

public WebModule deploy(WebModule webModule)


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