Class JcaSubsystemConfiguration

java.lang.Object
org.jboss.as.connector.subsystems.jca.JcaSubsystemConfiguration
All Implemented Interfaces:
org.jboss.jca.deployers.common.Configuration

public class JcaSubsystemConfiguration extends Object implements org.jboss.jca.deployers.common.Configuration
Configuration
Author:
Stefano Maestri, Jesper Pedersen
  • Constructor Details

    • JcaSubsystemConfiguration

      public JcaSubsystemConfiguration()
      Create a new ConnectorSubsystemConfiguration.
  • Method Details

    • setBeanValidation

      public void setBeanValidation(boolean value)
      Set if Jakarta Bean Validation should be performed
      Specified by:
      setBeanValidation in interface org.jboss.jca.deployers.common.Configuration
      Parameters:
      value - The value
    • getBeanValidation

      public boolean getBeanValidation()
      Should Jakarta Bean Validation be performed
      Specified by:
      getBeanValidation in interface org.jboss.jca.deployers.common.Configuration
      Returns:
      True if validation; otherwise false
    • setTracer

      public void setTracer(boolean value)
      Set if tracer should be performed
      Parameters:
      value - The value
    • getTracer

      public boolean getTracer()
      Should Jakarta Bean Validation be performed
      Returns:
      True if validation; otherwise false
    • setArchiveValidation

      public void setArchiveValidation(boolean value)
      Set if archive validation should be performed
      Specified by:
      setArchiveValidation in interface org.jboss.jca.deployers.common.Configuration
      Parameters:
      value - The value
    • getArchiveValidation

      public boolean getArchiveValidation()
      Should archive validation be performed
      Specified by:
      getArchiveValidation in interface org.jboss.jca.deployers.common.Configuration
      Returns:
      True if validation; otherwise false
    • setArchiveValidationFailOnWarn

      public void setArchiveValidationFailOnWarn(boolean value)
      Set if a failed warning archive validation report should fail the deployment
      Specified by:
      setArchiveValidationFailOnWarn in interface org.jboss.jca.deployers.common.Configuration
      Parameters:
      value - The value
    • getArchiveValidationFailOnWarn

      public boolean getArchiveValidationFailOnWarn()
      Does a failed archive validation warning report fail the deployment
      Specified by:
      getArchiveValidationFailOnWarn in interface org.jboss.jca.deployers.common.Configuration
      Returns:
      True if failing; otherwise false
    • setArchiveValidationFailOnError

      public void setArchiveValidationFailOnError(boolean value)
      Set if a failed error archive validation report should fail the deployment
      Specified by:
      setArchiveValidationFailOnError in interface org.jboss.jca.deployers.common.Configuration
      Parameters:
      value - The value
    • getArchiveValidationFailOnError

      public boolean getArchiveValidationFailOnError()
      Does a failed archive validation error report fail the deployment
      Specified by:
      getArchiveValidationFailOnError in interface org.jboss.jca.deployers.common.Configuration
      Returns:
      True if failing; otherwise false
    • setDefaultBootstrapContext

      public void setDefaultBootstrapContext(org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext value)
      Specified by:
      setDefaultBootstrapContext in interface org.jboss.jca.deployers.common.Configuration
    • getDefaultBootstrapContext

      public org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext getDefaultBootstrapContext()
      Specified by:
      getDefaultBootstrapContext in interface org.jboss.jca.deployers.common.Configuration
    • setBootstrapContexts

      public void setBootstrapContexts(Map<String,org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext> value)
      Specified by:
      setBootstrapContexts in interface org.jboss.jca.deployers.common.Configuration
    • getBootstrapContexts

      public Map<String,org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext> getBootstrapContexts()
      Specified by:
      getBootstrapContexts in interface org.jboss.jca.deployers.common.Configuration