Package org.jboss.jca.deployers.fungal
Class RAConfiguration
- java.lang.Object
-
- org.jboss.jca.deployers.fungal.RAConfiguration
-
- All Implemented Interfaces:
Configuration
public class RAConfiguration extends Object implements Configuration
A configuration for the resource adapter deployer chain- Author:
- Jesper Pedersen
-
-
Constructor Summary
Constructors Constructor Description RAConfiguration()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddBootstrapContext(CloneableBootstrapContext bc)Deprecated.booleangetArchiveValidation()Should archive validation be performedbooleangetArchiveValidationFailOnError()Does a failed archive validation error report fail the deploymentbooleangetArchiveValidationFailOnWarn()Does a failed archive validation warning report fail the deploymentbooleangetBeanValidation()Should bean validation be performedMap<String,CloneableBootstrapContext>getBootstrapContexts()Deprecated.CachedConnectionManagergetCachedConnectionManager()Get the cached connection managerCloneableBootstrapContextgetDefaultBootstrapContext()Deprecated.JndiStrategygetJndiStrategy()Get the JNDI strategyManagementRepositorygetManagementRepository()Get the management repositoryMetadataRepositorygetMetadataRepository()Get the metadata repositoryPrintStreamgetPrintStream()Get the print streamResourceAdapterRepositorygetResourceAdapterRepository()Get the resource adapter repositorybooleangetScopeDeployment()Are the deployments scopedTransactionIntegrationgetTransactionIntegration()Get the transaction integrationvoidremoveBootstrapContext(CloneableBootstrapContext bc)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 performedvoidsetBootstrapContexts(Map<String,CloneableBootstrapContext> value)Deprecated.voidsetCachedConnectionManager(CachedConnectionManager value)Set the cached connection managervoidsetDefaultBootstrapContext(CloneableBootstrapContext value)Deprecated.voidsetJndiStrategy(JndiStrategy value)Set the JNDI strategyvoidsetManagementRepository(ManagementRepository value)Set the management repositoryvoidsetMetadataRepository(MetadataRepository value)Set the metadata repositoryvoidsetPrintStream(PrintStream value)Set the print streamvoidsetResourceAdapterRepository(ResourceAdapterRepository value)Set the resource adapter repositoryvoidsetScopeDeployment(boolean value)Set if deployments should be scopedvoidsetTransactionIntegration(TransactionIntegration value)Set the transaction integrationvoidstart()Start
-
-
-
Method Detail
-
setTransactionIntegration
public void setTransactionIntegration(TransactionIntegration value)
Set the transaction integration- Parameters:
value- The value
-
getTransactionIntegration
public TransactionIntegration 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
public void setPrintStream(PrintStream value)
Set the print stream- Parameters:
value- The value
-
getPrintStream
public PrintStream getPrintStream()
Get the print stream- Returns:
- The handle
-
setDefaultBootstrapContext
@Deprecated public void setDefaultBootstrapContext(CloneableBootstrapContext value)
Deprecated.Set the default bootstrap context- Specified by:
setDefaultBootstrapContextin interfaceConfiguration- Parameters:
value- The value
-
getDefaultBootstrapContext
@Deprecated public CloneableBootstrapContext getDefaultBootstrapContext()
Deprecated.Get the default bootstrap context- Specified by:
getDefaultBootstrapContextin interfaceConfiguration- Returns:
- The handle
-
setBootstrapContexts
@Deprecated public void setBootstrapContexts(Map<String,CloneableBootstrapContext> value)
Deprecated.Set the bootstrap context map- Specified by:
setBootstrapContextsin interfaceConfiguration- Parameters:
value- The value
-
getBootstrapContexts
@Deprecated public Map<String,CloneableBootstrapContext> getBootstrapContexts()
Deprecated.Get the bootstrap context map- Specified by:
getBootstrapContextsin interfaceConfiguration- Returns:
- The handle
-
addBootstrapContext
@Deprecated public void addBootstrapContext(CloneableBootstrapContext bc)
Deprecated.Add a bootstrap context- Parameters:
bc- The value
-
removeBootstrapContext
@Deprecated public void removeBootstrapContext(CloneableBootstrapContext bc)
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
public void setJndiStrategy(JndiStrategy value)
Set the JNDI strategy- Parameters:
value- The value
-
getJndiStrategy
public JndiStrategy getJndiStrategy()
Get the JNDI strategy- Returns:
- The handle
-
setMetadataRepository
public void setMetadataRepository(MetadataRepository value)
Set the metadata repository- Parameters:
value- The value
-
getMetadataRepository
public MetadataRepository getMetadataRepository()
Get the metadata repository- Returns:
- The handle
-
setManagementRepository
public void setManagementRepository(ManagementRepository value)
Set the management repository- Parameters:
value- The value
-
getManagementRepository
public ManagementRepository getManagementRepository()
Get the management repository- Returns:
- The handle
-
setResourceAdapterRepository
public void setResourceAdapterRepository(ResourceAdapterRepository value)
Set the resource adapter repository- Parameters:
value- The value
-
getResourceAdapterRepository
public ResourceAdapterRepository getResourceAdapterRepository()
Get the resource adapter repository- Returns:
- The handle
-
setCachedConnectionManager
public void setCachedConnectionManager(CachedConnectionManager value)
Set the cached connection manager- Parameters:
value- The value
-
getCachedConnectionManager
public CachedConnectionManager getCachedConnectionManager()
Get the cached connection manager- Returns:
- The handle
-
start
public void start()
Start
-
-