org.apache.openejb.config
Class AutoConfig

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

public class AutoConfig
extends Object
implements DynamicDeployer, JndiConstants


Field Summary
static Logger logger
           
static String ORIGIN_ANNOTATION
           
static String ORIGIN_FLAG
           
 
Fields inherited from interface org.apache.openejb.JndiConstants
JAVA_OPENEJB_NAMING_CONTEXT, OPENEJB_RESOURCE_JNDI_PREFIX, PERSISTENCE_UNIT_NAMING_CONTEXT, VALIDATOR_FACTORY_NAMING_CONTEXT, VALIDATOR_NAMING_CONTEXT
 
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

ORIGIN_ANNOTATION

public static final String ORIGIN_ANNOTATION
See Also:
Constant Field Values

ORIGIN_FLAG

public static final String ORIGIN_FLAG
See Also:
Constant Field Values

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 Software Foundation. All Rights Reserved.