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: 1382689 $ $Date: 2012-09-10 10:23:25 +0200 (Lun, 10 sep 2012) $

Field Summary
static String ENV_ENTRY_PROPERTIES
           
 
Constructor Summary
EnvEntriesPropertiesDeployer()
           
EnvEntriesPropertiesDeployer(String descriptor)
           
 
Method Summary
 void addEnvEntries(String key, String value)
           
 AppModule deploy(AppModule appModule)
           
 WebModule deploy(WebModule webModule)
           
 void resetAdditionalEnvEntries()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENV_ENTRY_PROPERTIES

public static final String ENV_ENTRY_PROPERTIES
See Also:
Constant Field Values
Constructor Detail

EnvEntriesPropertiesDeployer

public EnvEntriesPropertiesDeployer()

EnvEntriesPropertiesDeployer

public EnvEntriesPropertiesDeployer(String descriptor)
Method Detail

deploy

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

deploy

public WebModule deploy(WebModule webModule)

addEnvEntries

public void addEnvEntries(String key,
                          String value)

resetAdditionalEnvEntries

public void resetAdditionalEnvEntries()


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.