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() |
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) |
public JcaSubsystemConfiguration()
public void setBeanValidation(boolean value)
setBeanValidation
in interface org.jboss.jca.deployers.common.Configuration
value
- The valuepublic boolean getBeanValidation()
getBeanValidation
in interface org.jboss.jca.deployers.common.Configuration
public void setArchiveValidation(boolean value)
setArchiveValidation
in interface org.jboss.jca.deployers.common.Configuration
value
- The valuepublic boolean getArchiveValidation()
getArchiveValidation
in interface org.jboss.jca.deployers.common.Configuration
public void setArchiveValidationFailOnWarn(boolean value)
setArchiveValidationFailOnWarn
in interface org.jboss.jca.deployers.common.Configuration
value
- The valuepublic boolean getArchiveValidationFailOnWarn()
getArchiveValidationFailOnWarn
in interface org.jboss.jca.deployers.common.Configuration
public void setArchiveValidationFailOnError(boolean value)
setArchiveValidationFailOnError
in interface org.jboss.jca.deployers.common.Configuration
value
- The valuepublic boolean getArchiveValidationFailOnError()
getArchiveValidationFailOnError
in interface org.jboss.jca.deployers.common.Configuration
public void setDefaultBootstrapContext(org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext value)
setDefaultBootstrapContext
in interface org.jboss.jca.deployers.common.Configuration
public org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext getDefaultBootstrapContext()
getDefaultBootstrapContext
in interface org.jboss.jca.deployers.common.Configuration
public void setBootstrapContexts(Map<String,org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext> value)
setBootstrapContexts
in interface org.jboss.jca.deployers.common.Configuration
Copyright © 2015 JBoss by Red Hat. All rights reserved.