public class ExternalConfigurationImpl extends Object implements org.jboss.weld.configuration.spi.ExternalConfiguration
| Constructor and Description |
|---|
ExternalConfigurationImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
Map<String,Object> |
getConfigurationProperties() |
void |
setBeanIndexOptimization(boolean beanIndexOptimization) |
void |
setConcurrentDeployment(boolean concurrentDeployment) |
void |
setNonPortableMode(boolean nonPortableMode) |
void |
setPreLoaderThreadPoolSize(int size) |
void |
setProbeAllowRemoteAddress(String probeAllowRemoteAddress) |
void |
setProbeEventMonitorExcludeType(String probeEventMonitorExcludeType) |
void |
setProbeInvocationMonitorExcludeType(String probeInvocationMonitorExcludeType) |
void |
setRollingUpgradesDelimiter(String rollingUpgradesDelimiter) |
public void setPreLoaderThreadPoolSize(int size)
public void setNonPortableMode(boolean nonPortableMode)
public void setConcurrentDeployment(boolean concurrentDeployment)
public void setRollingUpgradesDelimiter(String rollingUpgradesDelimiter)
public void setBeanIndexOptimization(boolean beanIndexOptimization)
public void setProbeInvocationMonitorExcludeType(String probeInvocationMonitorExcludeType)
public void setProbeEventMonitorExcludeType(String probeEventMonitorExcludeType)
public void setProbeAllowRemoteAddress(String probeAllowRemoteAddress)
public Map<String,Object> getConfigurationProperties()
getConfigurationProperties in interface org.jboss.weld.configuration.spi.ExternalConfigurationpublic void cleanup()
cleanup in interface org.jboss.weld.bootstrap.api.ServiceCopyright © 2019. All rights reserved.