Class ExternalConfigurationImpl

  • All Implemented Interfaces:
    org.jboss.weld.bootstrap.api.Service, org.jboss.weld.configuration.spi.ExternalConfiguration

    public class ExternalConfigurationImpl
    extends Object
    implements org.jboss.weld.configuration.spi.ExternalConfiguration
    Configurator for CDI / Weld
    Author:
    lprimak
    • Constructor Detail

      • ExternalConfigurationImpl

        public ExternalConfigurationImpl()
    • Method Detail

      • setPreLoaderThreadPoolSize

        public void setPreLoaderThreadPoolSize​(int size)
      • setNonPortableMode

        public void setNonPortableMode​(boolean nonPortableMode)
      • setConcurrentDeployment

        public void setConcurrentDeployment​(boolean concurrentDeployment)
      • setRollingUpgradesDelimiter

        public void setRollingUpgradesDelimiter​(String rollingUpgradesDelimiter)
      • setBeanIndexOptimization

        public void setBeanIndexOptimization​(boolean beanIndexOptimization)
      • setProbeInvocationMonitorExcludeType

        public void setProbeInvocationMonitorExcludeType​(String probeInvocationMonitorExcludeType)
      • setProbeEventMonitorExcludeType

        public void setProbeEventMonitorExcludeType​(String probeEventMonitorExcludeType)
      • setProbeAllowRemoteAddress

        public void setProbeAllowRemoteAddress​(String probeAllowRemoteAddress)
      • getConfigurationProperties

        public Map<String,​Object> getConfigurationProperties()
        Specified by:
        getConfigurationProperties in interface org.jboss.weld.configuration.spi.ExternalConfiguration
      • cleanup

        public void cleanup()
        Specified by:
        cleanup in interface org.jboss.weld.bootstrap.api.Service