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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanShould archive validation be performedbooleanDoes a failed archive validation error report fail the deploymentbooleanDoes a failed archive validation warning report fail the deploymentbooleanShould Jakarta Bean Validation be performedorg.jboss.jca.core.api.bootstrap.CloneableBootstrapContextbooleanShould Jakarta Bean Validation be performedvoidsetArchiveValidation(boolean value) Set if archive validation should be performedvoidsetArchiveValidationFailOnError(boolean value) Set if a failed error archive validation report should fail the deploymentvoidsetArchiveValidationFailOnWarn(boolean value) Set if a failed warning archive validation report should fail the deploymentvoidsetBeanValidation(boolean value) Set if Jakarta Bean Validation should be performedvoidsetBootstrapContexts(Map<String, org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext> value) voidsetDefaultBootstrapContext(org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext value) voidsetTracer(boolean value) Set if tracer should be performed
-
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:
setBeanValidationin interfaceorg.jboss.jca.deployers.common.Configuration- Parameters:
value- The value
-
getBeanValidation
public boolean getBeanValidation()Should Jakarta Bean Validation be performed- Specified by:
getBeanValidationin interfaceorg.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:
setArchiveValidationin interfaceorg.jboss.jca.deployers.common.Configuration- Parameters:
value- The value
-
getArchiveValidation
public boolean getArchiveValidation()Should archive validation be performed- Specified by:
getArchiveValidationin interfaceorg.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:
setArchiveValidationFailOnWarnin interfaceorg.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:
getArchiveValidationFailOnWarnin interfaceorg.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:
setArchiveValidationFailOnErrorin interfaceorg.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:
getArchiveValidationFailOnErrorin interfaceorg.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:
setDefaultBootstrapContextin interfaceorg.jboss.jca.deployers.common.Configuration
-
getDefaultBootstrapContext
public org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext getDefaultBootstrapContext()- Specified by:
getDefaultBootstrapContextin interfaceorg.jboss.jca.deployers.common.Configuration
-
setBootstrapContexts
public void setBootstrapContexts(Map<String, org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext> value) - Specified by:
setBootstrapContextsin interfaceorg.jboss.jca.deployers.common.Configuration
-
getBootstrapContexts
public Map<String,org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext> getBootstrapContexts()- Specified by:
getBootstrapContextsin interfaceorg.jboss.jca.deployers.common.Configuration
-