
public class RAConfiguration extends Object implements org.jboss.jca.deployers.common.Configuration
| Constructor and Description |
|---|
RAConfiguration()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addBootstrapContext(org.jboss.jca.core.api.bootstrap.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,org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext> |
getBootstrapContexts()
Deprecated.
|
org.jboss.jca.core.api.connectionmanager.ccm.CachedConnectionManager |
getCachedConnectionManager()
Get the cached connection manager
|
org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext |
getDefaultBootstrapContext()
Deprecated.
|
org.jboss.jca.core.spi.naming.JndiStrategy |
getJndiStrategy()
Get the JNDI strategy
|
org.jboss.jca.core.api.management.ManagementRepository |
getManagementRepository()
Get the management repository
|
org.jboss.jca.core.spi.mdr.MetadataRepository |
getMetadataRepository()
Get the metadata repository
|
PrintStream |
getPrintStream()
Get the print stream
|
org.jboss.jca.core.spi.rar.ResourceAdapterRepository |
getResourceAdapterRepository()
Get the resource adapter repository
|
boolean |
getScopeDeployment()
Are the deployments scoped
|
org.jboss.jca.core.spi.transaction.TransactionIntegration |
getTransactionIntegration()
Get the transaction integration
|
void |
removeBootstrapContext(org.jboss.jca.core.api.bootstrap.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,org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext> value)
Deprecated.
|
void |
setCachedConnectionManager(org.jboss.jca.core.api.connectionmanager.ccm.CachedConnectionManager value)
Set the cached connection manager
|
void |
setDefaultBootstrapContext(org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext value)
Deprecated.
|
void |
setJndiStrategy(org.jboss.jca.core.spi.naming.JndiStrategy value)
Set the JNDI strategy
|
void |
setManagementRepository(org.jboss.jca.core.api.management.ManagementRepository value)
Set the management repository
|
void |
setMetadataRepository(org.jboss.jca.core.spi.mdr.MetadataRepository value)
Set the metadata repository
|
void |
setPrintStream(PrintStream value)
Set the print stream
|
void |
setResourceAdapterRepository(org.jboss.jca.core.spi.rar.ResourceAdapterRepository value)
Set the resource adapter repository
|
void |
setScopeDeployment(boolean value)
Set if deployments should be scoped
|
void |
setTransactionIntegration(org.jboss.jca.core.spi.transaction.TransactionIntegration value)
Set the transaction integration
|
void |
start()
Start
|
public void setTransactionIntegration(org.jboss.jca.core.spi.transaction.TransactionIntegration value)
value - The valuepublic org.jboss.jca.core.spi.transaction.TransactionIntegration getTransactionIntegration()
public void setBeanValidation(boolean value)
setBeanValidation in interface org.jboss.jca.deployers.common.Configurationvalue - The valuepublic boolean getBeanValidation()
getBeanValidation in interface org.jboss.jca.deployers.common.Configurationpublic void setArchiveValidation(boolean value)
setArchiveValidation in interface org.jboss.jca.deployers.common.Configurationvalue - The valuepublic boolean getArchiveValidation()
getArchiveValidation in interface org.jboss.jca.deployers.common.Configurationpublic void setArchiveValidationFailOnWarn(boolean value)
setArchiveValidationFailOnWarn in interface org.jboss.jca.deployers.common.Configurationvalue - The valuepublic boolean getArchiveValidationFailOnWarn()
getArchiveValidationFailOnWarn in interface org.jboss.jca.deployers.common.Configurationpublic void setArchiveValidationFailOnError(boolean value)
setArchiveValidationFailOnError in interface org.jboss.jca.deployers.common.Configurationvalue - The valuepublic boolean getArchiveValidationFailOnError()
getArchiveValidationFailOnError in interface org.jboss.jca.deployers.common.Configurationpublic void setPrintStream(PrintStream value)
value - The valuepublic PrintStream getPrintStream()
@Deprecated public void setDefaultBootstrapContext(org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext value)
setDefaultBootstrapContext in interface org.jboss.jca.deployers.common.Configurationvalue - The value@Deprecated public org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext getDefaultBootstrapContext()
getDefaultBootstrapContext in interface org.jboss.jca.deployers.common.Configuration@Deprecated public void setBootstrapContexts(Map<String,org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext> value)
setBootstrapContexts in interface org.jboss.jca.deployers.common.Configurationvalue - The value@Deprecated public Map<String,org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext> getBootstrapContexts()
getBootstrapContexts in interface org.jboss.jca.deployers.common.Configuration@Deprecated public void addBootstrapContext(org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext bc)
bc - The value@Deprecated public void removeBootstrapContext(org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext bc)
bc - The valuepublic void setScopeDeployment(boolean value)
value - The valuepublic boolean getScopeDeployment()
public void setJndiStrategy(org.jboss.jca.core.spi.naming.JndiStrategy value)
value - The valuepublic org.jboss.jca.core.spi.naming.JndiStrategy getJndiStrategy()
public void setMetadataRepository(org.jboss.jca.core.spi.mdr.MetadataRepository value)
value - The valuepublic org.jboss.jca.core.spi.mdr.MetadataRepository getMetadataRepository()
public void setManagementRepository(org.jboss.jca.core.api.management.ManagementRepository value)
value - The valuepublic org.jboss.jca.core.api.management.ManagementRepository getManagementRepository()
public void setResourceAdapterRepository(org.jboss.jca.core.spi.rar.ResourceAdapterRepository value)
value - The valuepublic org.jboss.jca.core.spi.rar.ResourceAdapterRepository getResourceAdapterRepository()
public void setCachedConnectionManager(org.jboss.jca.core.api.connectionmanager.ccm.CachedConnectionManager value)
value - The valuepublic org.jboss.jca.core.api.connectionmanager.ccm.CachedConnectionManager getCachedConnectionManager()
public void start()
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)