public class FileBasedBootstrapConfiguration extends Object implements BootstrapConfiguration
| Constructor and Description |
|---|
FileBasedBootstrapConfiguration(ResourceLoader loader) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Called by Weld when it is shutting down, allowing the service to perform any cleanup needed.
|
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.
|
public FileBasedBootstrapConfiguration(ResourceLoader loader)
public boolean isConcurrentDeploymentEnabled()
BootstrapConfigurationExecutorServices which can be configured separately.
Otherwise, single-threaded version of Deployer and Validator are used.
By default, concurrent deployment is enabled.isConcurrentDeploymentEnabled in interface BootstrapConfigurationpublic int getPreloaderThreadPoolSize()
BootstrapConfigurationgetPreloaderThreadPoolSize in interface BootstrapConfigurationpublic void cleanup()
Servicepublic boolean isNonPortableModeEnabled()
BootstrapConfigurationisNonPortableModeEnabled in interface BootstrapConfigurationhttp://docs.jboss.org/cdi/api/1.1/javax/enterprise/inject/spi/BeanManager.htmlCopyright © 2013 Seam Framework. All Rights Reserved.