public class EjbConfigManager extends EjbConfig
_ejbManager
Constructor and Description |
---|
EjbConfigManager(EjbManager ejbContainer) |
Modifier and Type | Method and Description |
---|---|
void |
addEjbPath(Path root)
Adds a path for an EJB config file to the config list.
|
void |
configureRootPath(Path root) |
EjbRootConfig |
createRootConfig(Path root)
Returns an EjbRootConfig for a class-loader root.
|
void |
start() |
addAnnotatedType, addApplicationException, addConfigProxy, addFunction, addInterceptor, addInterceptorBinding, addMessageDestination, configure, deploy, deployBeans, findBeanByType, getApplicationException, getBeanConfig, getEjbContainer, getFunctions, getInterceptor, getInterceptorBinding, getMessageDestination, getSchema, isConfiguredBean, setBeanConfig, toString
public EjbConfigManager(EjbManager ejbContainer)
public EjbRootConfig createRootConfig(Path root)
public void configureRootPath(Path root)
public void start()
public void addEjbPath(Path root)
addEjbPath
in class EjbConfig