org.apache.openejb.config
Class AutoConfig

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

public class AutoConfig
extends Object
implements DynamicDeployer


Field Summary
static Logger logger
           
 
Constructor Summary
AutoConfig(ConfigurationFactory configFactory)
           
 
Method Summary
 boolean autoCreateContainers()
           
 void autoCreateContainers(boolean autoCreateContainers)
           
 boolean autoCreateResources()
           
 void autoCreateResources(boolean autoCreateResources)
           
 AppModule deploy(AppModule appModule)
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static Logger logger
Constructor Detail

AutoConfig

public AutoConfig(ConfigurationFactory configFactory)
Method Detail

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.