Package org.jboss.jca.deployers.common
Interface Configuration
public interface Configuration
Configuration interface
- Author:
- Stefano Maestri, Jesper Pedersen
-
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 bean validation be performedDeprecated.Deprecated.voidsetArchiveValidation(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 bean validation should be performedvoidDeprecated.voidDeprecated.
-
Method Details
-
setBeanValidation
void setBeanValidation(boolean value) Set if bean validation should be performed- Parameters:
value- The value
-
getBeanValidation
boolean getBeanValidation()Should bean validation be performed- Returns:
- True if validation; otherwise false
-
setArchiveValidation
void setArchiveValidation(boolean value) Set if archive validation should be performed- Parameters:
value- The value
-
getArchiveValidation
boolean getArchiveValidation()Should archive validation be performed- Returns:
- True if validation; otherwise false
-
setArchiveValidationFailOnWarn
void setArchiveValidationFailOnWarn(boolean value) Set if a failed warning archive validation report should fail the deployment- Parameters:
value- The value
-
getArchiveValidationFailOnWarn
boolean getArchiveValidationFailOnWarn()Does a failed archive validation warning report fail the deployment- Returns:
- True if failing; otherwise false
-
setArchiveValidationFailOnError
void setArchiveValidationFailOnError(boolean value) Set if a failed error archive validation report should fail the deployment- Parameters:
value- The value
-
getArchiveValidationFailOnError
boolean getArchiveValidationFailOnError()Does a failed archive validation error report fail the deployment- Returns:
- True if failing; otherwise false
-
setDefaultBootstrapContext
Deprecated.Set the default bootstrap context- Parameters:
value- The value
-
getDefaultBootstrapContext
Deprecated.Get the default bootstrap context- Returns:
- The handle
-
setBootstrapContexts
Deprecated.Set the bootstrap context map- Parameters:
value- The value
-
getBootstrapContexts
Deprecated.Get the bootstrap context map- Returns:
- The handle
-