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 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()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.