public class JcaSubsystemConfiguration extends Object implements org.jboss.jca.deployers.common.Configuration
| Constructor and Description |
|---|
JcaSubsystemConfiguration()
Create a new ConnectorSubsystemConfiguration.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getArchiveValidation()
Should archive validation be performed
|
boolean |
getArchiveValidationFailOnError()
Does a failed archive validation error report fail the deployment
|
boolean |
getArchiveValidationFailOnWarn()
Does a failed archive validation warning report fail the deployment
|
boolean |
getBeanValidation()
Should bean validation be performed
|
Map<String,org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext> |
getBootstrapContexts() |
org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext |
getDefaultBootstrapContext() |
boolean |
getTracer()
Should bean validation be performed
|
void |
setArchiveValidation(boolean value)
Set if archive validation should be performed
|
void |
setArchiveValidationFailOnError(boolean value)
Set if a failed error archive validation report should fail the
deployment
|
void |
setArchiveValidationFailOnWarn(boolean value)
Set if a failed warning archive validation report should fail the
deployment
|
void |
setBeanValidation(boolean value)
Set if bean validation should be performed
|
void |
setBootstrapContexts(Map<String,org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext> value) |
void |
setDefaultBootstrapContext(org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext value) |
void |
setTracer(boolean value)
Set if tracer should be performed
|
public JcaSubsystemConfiguration()
public void setBeanValidation(boolean value)
setBeanValidation in interface org.jboss.jca.deployers.common.Configurationvalue - The valuepublic boolean getBeanValidation()
getBeanValidation in interface org.jboss.jca.deployers.common.Configurationpublic void setTracer(boolean value)
value - The valuepublic boolean getTracer()
public void setArchiveValidation(boolean value)
setArchiveValidation in interface org.jboss.jca.deployers.common.Configurationvalue - The valuepublic boolean getArchiveValidation()
getArchiveValidation in interface org.jboss.jca.deployers.common.Configurationpublic void setArchiveValidationFailOnWarn(boolean value)
setArchiveValidationFailOnWarn in interface org.jboss.jca.deployers.common.Configurationvalue - The valuepublic boolean getArchiveValidationFailOnWarn()
getArchiveValidationFailOnWarn in interface org.jboss.jca.deployers.common.Configurationpublic void setArchiveValidationFailOnError(boolean value)
setArchiveValidationFailOnError in interface org.jboss.jca.deployers.common.Configurationvalue - The valuepublic boolean getArchiveValidationFailOnError()
getArchiveValidationFailOnError in interface org.jboss.jca.deployers.common.Configurationpublic void setDefaultBootstrapContext(org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext value)
setDefaultBootstrapContext in interface org.jboss.jca.deployers.common.Configurationpublic org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext getDefaultBootstrapContext()
getDefaultBootstrapContext in interface org.jboss.jca.deployers.common.Configurationpublic void setBootstrapContexts(Map<String,org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext> value)
setBootstrapContexts in interface org.jboss.jca.deployers.common.ConfigurationCopyright © 2018 JBoss by Red Hat. All rights reserved.