org.apache.openejb.config
Class AutoConfig
java.lang.Object
org.apache.openejb.config.AutoConfig
- All Implemented Interfaces:
- DynamicDeployer
public class AutoConfig
- extends java.lang.Object
- implements DynamicDeployer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
public static Logger logger
AutoConfig
public AutoConfig(ConfigurationFactory configFactory)
autoCreateResources
public boolean autoCreateResources()
autoCreateResources
public void autoCreateResources(boolean autoCreateResources)
autoCreateContainers
public boolean autoCreateContainers()
autoCreateContainers
public void autoCreateContainers(boolean autoCreateContainers)
init
public void init()
throws OpenEJBException
- Throws:
OpenEJBException
deploy
public AppModule deploy(AppModule appModule)
throws OpenEJBException
- Specified by:
deploy
in interface DynamicDeployer
- Throws:
OpenEJBException
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.