public interface BootstrapConfiguration extends Service
| Modifier and Type | Method and Description |
|---|---|
int |
getPreloaderThreadPoolSize()
The number of threads used by ContainerLifecycleEventPreloader.
|
boolean |
isConcurrentDeploymentEnabled()
Indicates whether ConcurrentDeployer and ConcurrentValidator should be enabled.
|
boolean |
isNonPortableModeEnabled()
Allows an integrator to enable the non-portable mode.
|
boolean isConcurrentDeploymentEnabled()
ExecutorServices which can be configured separately.
Otherwise, single-threaded version of Deployer and Validator are used.
By default, concurrent deployment is enabled.int getPreloaderThreadPoolSize()
boolean isNonPortableModeEnabled()
http://docs.jboss.org/cdi/api/1.1/javax/enterprise/inject/spi/BeanManager.htmlCopyright © 2008-2014 Seam Framework. All Rights Reserved.