@Deprecated public interface BootstrapConfiguration extends Service
ExternalConfiguration instead.| Modifier and Type | Method and Description |
|---|---|
int |
getPreloaderThreadPoolSize()
Deprecated.
this method is deprecated. Use
ExternalConfiguration with org.jboss.weld.bootstrap.preloaderThreadPoolSize as key instead |
boolean |
isConcurrentDeploymentEnabled()
Deprecated.
this method is deprecated. Use
ExternalConfiguration with org.jboss.weld.bootstrap.concurrentDeployment as key instead |
boolean |
isNonPortableModeEnabled()
Deprecated.
this method is deprecated. Use
ExternalConfiguration with org.jboss.weld.nonPortableMode as key instead |
boolean isConcurrentDeploymentEnabled()
ExternalConfiguration with org.jboss.weld.bootstrap.concurrentDeployment as key insteadExecutorServices which can be configured separately.
Otherwise, single-threaded version of Deployer and Validator are used.
By default, concurrent deployment is enabled.int getPreloaderThreadPoolSize()
ExternalConfiguration with org.jboss.weld.bootstrap.preloaderThreadPoolSize as key insteadboolean isNonPortableModeEnabled()
ExternalConfiguration with org.jboss.weld.nonPortableMode as key insteadCopyright © 2015. All Rights Reserved.