public class RAConfiguration extends Object implements Configuration
| Constructor and Description |
|---|
RAConfiguration()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addBootstrapContext(CloneableBootstrapContext bc)
Deprecated.
|
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,CloneableBootstrapContext> |
getBootstrapContexts()
Deprecated.
|
CachedConnectionManager |
getCachedConnectionManager()
Get the cached connection manager
|
CloneableBootstrapContext |
getDefaultBootstrapContext()
Deprecated.
|
JndiStrategy |
getJndiStrategy()
Get the JNDI strategy
|
ManagementRepository |
getManagementRepository()
Get the management repository
|
MetadataRepository |
getMetadataRepository()
Get the metadata repository
|
PrintStream |
getPrintStream()
Get the print stream
|
ResourceAdapterRepository |
getResourceAdapterRepository()
Get the resource adapter repository
|
boolean |
getScopeDeployment()
Are the deployments scoped
|
TransactionIntegration |
getTransactionIntegration()
Get the transaction integration
|
void |
removeBootstrapContext(CloneableBootstrapContext bc)
Deprecated.
|
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,CloneableBootstrapContext> value)
Deprecated.
|
void |
setCachedConnectionManager(CachedConnectionManager value)
Set the cached connection manager
|
void |
setDefaultBootstrapContext(CloneableBootstrapContext value)
Deprecated.
|
void |
setJndiStrategy(JndiStrategy value)
Set the JNDI strategy
|
void |
setManagementRepository(ManagementRepository value)
Set the management repository
|
void |
setMetadataRepository(MetadataRepository value)
Set the metadata repository
|
void |
setPrintStream(PrintStream value)
Set the print stream
|
void |
setResourceAdapterRepository(ResourceAdapterRepository value)
Set the resource adapter repository
|
void |
setScopeDeployment(boolean value)
Set if deployments should be scoped
|
void |
setTransactionIntegration(TransactionIntegration value)
Set the transaction integration
|
void |
start()
Start
|
public void setTransactionIntegration(TransactionIntegration value)
value - The valuepublic TransactionIntegration getTransactionIntegration()
public void setBeanValidation(boolean value)
setBeanValidation in interface Configurationvalue - The valuepublic boolean getBeanValidation()
getBeanValidation in interface Configurationpublic void setArchiveValidation(boolean value)
setArchiveValidation in interface Configurationvalue - The valuepublic boolean getArchiveValidation()
getArchiveValidation in interface Configurationpublic void setArchiveValidationFailOnWarn(boolean value)
setArchiveValidationFailOnWarn in interface Configurationvalue - The valuepublic boolean getArchiveValidationFailOnWarn()
getArchiveValidationFailOnWarn in interface Configurationpublic void setArchiveValidationFailOnError(boolean value)
setArchiveValidationFailOnError in interface Configurationvalue - The valuepublic boolean getArchiveValidationFailOnError()
getArchiveValidationFailOnError in interface Configurationpublic void setPrintStream(PrintStream value)
value - The valuepublic PrintStream getPrintStream()
@Deprecated public void setDefaultBootstrapContext(CloneableBootstrapContext value)
setDefaultBootstrapContext in interface Configurationvalue - The value@Deprecated public CloneableBootstrapContext getDefaultBootstrapContext()
getDefaultBootstrapContext in interface Configuration@Deprecated public void setBootstrapContexts(Map<String,CloneableBootstrapContext> value)
setBootstrapContexts in interface Configurationvalue - The value@Deprecated public Map<String,CloneableBootstrapContext> getBootstrapContexts()
getBootstrapContexts in interface Configuration@Deprecated public void addBootstrapContext(CloneableBootstrapContext bc)
bc - The value@Deprecated public void removeBootstrapContext(CloneableBootstrapContext bc)
bc - The valuepublic void setScopeDeployment(boolean value)
value - The valuepublic boolean getScopeDeployment()
public void setJndiStrategy(JndiStrategy value)
value - The valuepublic JndiStrategy getJndiStrategy()
public void setMetadataRepository(MetadataRepository value)
value - The valuepublic MetadataRepository getMetadataRepository()
public void setManagementRepository(ManagementRepository value)
value - The valuepublic ManagementRepository getManagementRepository()
public void setResourceAdapterRepository(ResourceAdapterRepository value)
value - The valuepublic ResourceAdapterRepository getResourceAdapterRepository()
public void setCachedConnectionManager(CachedConnectionManager value)
value - The valuepublic CachedConnectionManager getCachedConnectionManager()
public void start()
Copyright © 2021 JBoss by Red Hat. All rights reserved.