org.apache.openejb.config
Class EnvEntriesPropertiesDeployer
java.lang.Object
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 08:23:25 +0000 (Mon, 10 Sep 2012) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENV_ENTRY_PROPERTIES
public static final String ENV_ENTRY_PROPERTIES
- See Also:
- Constant Field Values
EnvEntriesPropertiesDeployer
public EnvEntriesPropertiesDeployer()
EnvEntriesPropertiesDeployer
public EnvEntriesPropertiesDeployer(String descriptor)
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-2013 The Apache Software Foundation. All Rights Reserved.