com.caucho.ejb.cfg
Class EjbConfigManager

java.lang.Object
  extended by com.caucho.ejb.cfg.EjbConfig
      extended by com.caucho.ejb.cfg.EjbConfigManager

public class EjbConfigManager
extends EjbConfig

Manages the EJB configuration files.


Constructor Summary
EjbConfigManager(EjbContainer ejbContainer)
           
 
Method Summary
 void addEjbPath(Path path)
          Adds a path for an EJB config file to the config list.
 EjbRootConfig createRootConfig(Path root)
          Returns an EjbRootConfig for a class-loader root.
 void start()
           
 
Methods inherited from class com.caucho.ejb.cfg.EjbConfig
addApplicationException, addFileSet, addFunction, addInterceptor, addInterceptorBinding, addIntrospectableClass, addMessageDestination, addProxy, configure, configureRelations, deploy, deployBeans, findBeanByType, getApplicationExceptions, getBeanConfig, getBooleanFalse, getBooleanTrue, getEjbContainer, getFunctions, getInterceptor, getInterceptorBinding, getMessageDestination, getSchema, isAllowPOJO, setAllowPOJO, setBeanConfig, setBooleanFalse, setBooleanTrue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EjbConfigManager

public EjbConfigManager(EjbContainer ejbContainer)
Method Detail

createRootConfig

public EjbRootConfig createRootConfig(Path root)
Returns an EjbRootConfig for a class-loader root.


start

public void start()

addEjbPath

public void addEjbPath(Path path)
Adds a path for an EJB config file to the config list.

Overrides:
addEjbPath in class EjbConfig