Package org.jboss.jca.deployers.fungal
Class RAConfiguration
java.lang.Object
org.jboss.jca.deployers.fungal.RAConfiguration
- All Implemented Interfaces:
Configuration
A configuration for the resource adapter deployer chain
- Author:
- Jesper Pedersen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.booleanShould 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.Get the cached connection managerDeprecated.Get the JNDI strategyGet the management repositoryGet the metadata repositoryGet the print streamGet the resource adapter repositorybooleanAre the deployments scopedGet the transaction integrationvoidDeprecated.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.voidSet the cached connection managervoidDeprecated.voidsetJndiStrategy(JndiStrategy value) Set the JNDI strategyvoidSet the management repositoryvoidSet the metadata repositoryvoidsetPrintStream(PrintStream value) Set the print streamvoidSet the resource adapter repositoryvoidsetScopeDeployment(boolean value) Set if deployments should be scopedvoidSet the transaction integrationvoidstart()Start
-
Constructor Details
-
RAConfiguration
public RAConfiguration()Constructor
-
-
Method Details
-
setTransactionIntegration
Set the transaction integration- Parameters:
value- The value
-
getTransactionIntegration
Get the transaction integration- Returns:
- The value
-
setBeanValidation
public void setBeanValidation(boolean value) Set if bean validation should be performed- Specified by:
setBeanValidationin interfaceConfiguration- Parameters:
value- The value
-
getBeanValidation
public boolean getBeanValidation()Should bean validation be performed- Specified by:
getBeanValidationin interfaceConfiguration- Returns:
- True if validation; otherwise false
-
setArchiveValidation
public void setArchiveValidation(boolean value) Set if archive validation should be performed- Specified by:
setArchiveValidationin interfaceConfiguration- Parameters:
value- The value
-
getArchiveValidation
public boolean getArchiveValidation()Should archive validation be performed- Specified by:
getArchiveValidationin interfaceConfiguration- 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 interfaceConfiguration- Parameters:
value- The value
-
getArchiveValidationFailOnWarn
public boolean getArchiveValidationFailOnWarn()Does a failed archive validation warning report fail the deployment- Specified by:
getArchiveValidationFailOnWarnin interfaceConfiguration- 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 interfaceConfiguration- Parameters:
value- The value
-
getArchiveValidationFailOnError
public boolean getArchiveValidationFailOnError()Does a failed archive validation error report fail the deployment- Specified by:
getArchiveValidationFailOnErrorin interfaceConfiguration- Returns:
- True if failing; otherwise false
-
setPrintStream
Set the print stream- Parameters:
value- The value
-
getPrintStream
Get the print stream- Returns:
- The handle
-
setDefaultBootstrapContext
Deprecated.Set the default bootstrap context- Specified by:
setDefaultBootstrapContextin interfaceConfiguration- Parameters:
value- The value
-
getDefaultBootstrapContext
Deprecated.Get the default bootstrap context- Specified by:
getDefaultBootstrapContextin interfaceConfiguration- Returns:
- The handle
-
setBootstrapContexts
Deprecated.Set the bootstrap context map- Specified by:
setBootstrapContextsin interfaceConfiguration- Parameters:
value- The value
-
getBootstrapContexts
Deprecated.Get the bootstrap context map- Specified by:
getBootstrapContextsin interfaceConfiguration- Returns:
- The handle
-
addBootstrapContext
Deprecated.Add a bootstrap context- Parameters:
bc- The value
-
removeBootstrapContext
Deprecated.Remove a bootstrap context- Parameters:
bc- The value
-
setScopeDeployment
public void setScopeDeployment(boolean value) Set if deployments should be scoped- Parameters:
value- The value
-
getScopeDeployment
public boolean getScopeDeployment()Are the deployments scoped- Returns:
- True if scoped; otherwise false
-
setJndiStrategy
Set the JNDI strategy- Parameters:
value- The value
-
getJndiStrategy
Get the JNDI strategy- Returns:
- The handle
-
setMetadataRepository
Set the metadata repository- Parameters:
value- The value
-
getMetadataRepository
Get the metadata repository- Returns:
- The handle
-
setManagementRepository
Set the management repository- Parameters:
value- The value
-
getManagementRepository
Get the management repository- Returns:
- The handle
-
setResourceAdapterRepository
Set the resource adapter repository- Parameters:
value- The value
-
getResourceAdapterRepository
Get the resource adapter repository- Returns:
- The handle
-
setCachedConnectionManager
Set the cached connection manager- Parameters:
value- The value
-
getCachedConnectionManager
Get the cached connection manager- Returns:
- The handle
-
start
public void start()Start
-