A B C D E F G H I L M N O P R S T U V X

A

AbstractParser - Class in org.jboss.jca.as.converters
A AbstractParser.
AbstractParser() - Constructor for class org.jboss.jca.as.converters.AbstractParser
 
attributeAsBoolean(XMLStreamReader, String, Boolean) - Method in class org.jboss.jca.as.converters.AbstractParser
convert an xml attribute in boolean value.
attributeAsInt(XMLStreamReader, String) - Method in class org.jboss.jca.as.converters.AbstractParser
convert an xml element in String value
attributeAsString(XMLStreamReader, String) - Method in class org.jboss.jca.as.converters.AbstractParser
convert an xml element in String value

B

buildCommonPool(Integer, Integer, Boolean, Boolean, Boolean) - Method in class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
build pool part
buildCommonPool(Integer, Integer, Boolean, Boolean, FlushStrategy) - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
build pool part
buildCommonPool(Integer, Integer, Boolean, Boolean, FlushStrategy, Boolean, Boolean, Boolean, Boolean, Boolean) - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
build pool part
buildDataSourceImpl() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
buildDataSourceImpl
buildDsSecurity(String, String, String, Extension) - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
build security part
buildDsSecurity(String, String, String, Extension) - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
build security part
buildOther() - Method in class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
build other properties
buildOther(String, String, String, Boolean, String, Boolean, String, Boolean, Boolean, Boolean) - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
build other properties
buildOther(String, String, String, Boolean, String, Boolean, String, Boolean, Boolean, Boolean) - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
build other properties
buildResourceAdapterImpl() - Method in class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
buildResourceAdapterImpl
buildResourceAdapterImpl() - Method in class org.jboss.jca.as.rarinfo.RaImpl
buildResourceAdapterImpl
buildSecurity(String, String, boolean) - Method in class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
build security part
buildStatement(Boolean, Long, Statement.TrackStatementsEnum) - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
build statement part
buildStatement(Boolean, Long, Statement.TrackStatementsEnum) - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
build statement part
buildTimeOut(Long, Long, Integer, Long, Integer) - Method in class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
build timeout part
buildTimeOut(Long, Long, Integer, Long, Integer, Boolean, Long, Long) - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
build timeout part
buildTimeOut(Long, Long, Integer, Long, Integer, Boolean, Long, Long) - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
build timeout part
buildValidation(Boolean, Long, Boolean) - Method in class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
build validation part
buildValidation(Boolean, Long, Boolean, Extension, String, Boolean, Extension, Extension) - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
build validation part
buildValidation(Boolean, Long, Boolean, Extension, String, Boolean, Extension, Extension) - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
build validation part
buildXaDataSourceImpl() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
buildXaDataSourceImpl

C

CommonXa - Interface in org.jboss.jca.as.converters
A CommonXa.
CommonXa.Tag - Enum in org.jboss.jca.as.converters
A Tag.
ConnectionFactories - Interface in org.jboss.jca.as.converters
ConnectionFactories
ConnectionFactories.Tag - Enum in org.jboss.jca.as.converters
A Tag.
ConnectionFactoriesImpl - Class in org.jboss.jca.as.converters
A ConnectionFactoriesImpl .
ConnectionFactoriesImpl(List<NoTxConnectionFactory>, List<TxConnectionFactory>) - Constructor for class org.jboss.jca.as.converters.ConnectionFactoriesImpl
ConnectionFactoriesImpl
ConnectionFactory - Interface in org.jboss.jca.as.converters
Common ConnectionFactory
ConnectionFactory.Tag - Enum in org.jboss.jca.as.converters
A Tag.
ConnectionFactoryConverter - Class in org.jboss.jca.as.converters
ConnectionFactoryConverter
ConnectionFactoryConverter() - Constructor for class org.jboss.jca.as.converters.ConnectionFactoryConverter
ConnectionFactoryConverter constructor
convert(InputStream, OutputStream) - Method in class org.jboss.jca.as.converters.ConnectionFactoryConverter
convert
convert(InputStream, OutputStream) - Method in class org.jboss.jca.as.converters.DataSourceConverter
convert

D

DataSource - Interface in org.jboss.jca.as.converters
Common DataSource
DataSource.Tag - Enum in org.jboss.jca.as.converters
A Tag.
DataSourceConverter - Class in org.jboss.jca.as.converters
DataSourceConverter
DataSourceConverter() - Constructor for class org.jboss.jca.as.converters.DataSourceConverter
DataSourceConverter constructor
DataSources - Interface in org.jboss.jca.as.converters
DataSources
DataSources.Tag - Enum in org.jboss.jca.as.converters
A Tag.
DatasourcesImpl - Class in org.jboss.jca.as.converters
A XaDataSource impl.
DatasourcesImpl(List<NoTxDataSource>, List<LocalTxDataSource>, List<XaDataSource>) - Constructor for class org.jboss.jca.as.converters.DatasourcesImpl
DatasourcesImpl
download(String, File) - Method in class org.jboss.jca.as.upgrader.Http

E

elementAsBoolean(XMLStreamReader) - Method in class org.jboss.jca.as.converters.AbstractParser
convert an xml element in boolean value.
elementAsInteger(XMLStreamReader) - Method in class org.jboss.jca.as.converters.AbstractParser
convert an xml element in Integer value
elementAsLong(XMLStreamReader) - Method in class org.jboss.jca.as.converters.AbstractParser
convert an xml element in Long value
elementAsString(XMLStreamReader) - Method in class org.jboss.jca.as.converters.AbstractParser
convert an xml element in String value

F

forName(String) - Static method in enum org.jboss.jca.as.converters.CommonXa.Tag
Static method to get enum instance given localName XsdString
forName(String) - Static method in enum org.jboss.jca.as.converters.ConnectionFactories.Tag
Static method to get enum instance given localName XsdString
forName(String) - Static method in enum org.jboss.jca.as.converters.ConnectionFactory.Tag
Static method to get enum instance given localName XsdString
forName(String) - Static method in enum org.jboss.jca.as.converters.DataSource.Tag
Static method to get enum instance given localName XsdString
forName(String) - Static method in enum org.jboss.jca.as.converters.DataSources.Tag
Static method to get enum instance given localName XsdString
forName(String) - Static method in enum org.jboss.jca.as.converters.LegacyCfParser.Tag
Static method to get enum instance given localName string
forName(String) - Static method in enum org.jboss.jca.as.converters.LegacyDsParser.Tag
Static method to get enum instance given localName string
forName(String) - Static method in enum org.jboss.jca.as.converters.LocalTxDataSource.Tag
Static method to get enum instance given localName XsdString
forName(String) - Static method in enum org.jboss.jca.as.converters.NoTxConnectionFactory.Tag
Static method to get enum instance given localName XsdString
forName(String) - Static method in enum org.jboss.jca.as.converters.NoTxDataSource.Tag
Static method to get enum instance given localName XsdString
forName(String) - Static method in enum org.jboss.jca.as.converters.TxConnectionFactory.Tag
Static method to get enum instance given localName XsdString
forName(String) - Static method in enum org.jboss.jca.as.converters.XaDataSource.Tag
Static method to get enum instance given localName XsdString

G

get(String) - Method in class org.jboss.jca.as.upgrader.Http
getAllocationRetry() - Method in interface org.jboss.jca.as.converters.ConnectionFactory
Get the allocationRetryWaitMillis.
getAllocationRetry() - Method in class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
 
getAllocationRetry() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
getAllocationRetry() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
getAllocationRetryWaitMillis() - Method in interface org.jboss.jca.as.converters.ConnectionFactory
Get the allocationRetryWaitMillis.
getAllocationRetryWaitMillis() - Method in class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
 
getAllocationRetryWaitMillis() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
getAllocationRetryWaitMillis() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
getApi(String, String, String) - Static method in class org.jboss.jca.as.upgrader.ModuleXml
Get the API definiton
getBackgroundValidationMillis() - Method in interface org.jboss.jca.as.converters.ConnectionFactory
Get the backgroundValidationMillis.
getBackgroundValidationMillis() - Method in class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
 
getBackgroundValidationMillis() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
getBackgroundValidationMillis() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
getBlockingTimeoutMillis() - Method in interface org.jboss.jca.as.converters.ConnectionFactory
Get the blockingTimeoutMillis.
getBlockingTimeoutMillis() - Method in class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
 
getBlockingTimeoutMillis() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
getBlockingTimeoutMillis() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
getCheckValidConnectionSql() - Method in interface org.jboss.jca.as.converters.DataSource
Get the checkValidConnectionSql.
getCheckValidConnectionSql() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
getCheckValidConnectionSql() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
getConfigProperties() - Method in class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
 
getConfigProperties() - Method in interface org.jboss.jca.as.converters.NoTxConnectionFactory
Get the configProperties.
getConnectionDefinition() - Method in class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
 
getConnectionDefinition() - Method in interface org.jboss.jca.as.converters.NoTxConnectionFactory
get the ConnectionDefinition
getConnectionProperties() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
getConnectionProperties() - Method in interface org.jboss.jca.as.converters.NoTxDataSource
Get the connectionProperties.
getConnectionUrl() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
getConnectionUrl() - Method in interface org.jboss.jca.as.converters.NoTxDataSource
Get the connectionUrl.
getDriverClass() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
getDriverClass() - Method in interface org.jboss.jca.as.converters.NoTxDataSource
Get the driverClass.
getExceptionSorter() - Method in interface org.jboss.jca.as.converters.DataSource
Get the exceptionSorter
getExceptionSorter() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
getExceptionSorter() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
getIdleTimeoutMinutes() - Method in interface org.jboss.jca.as.converters.ConnectionFactory
Get the idleTimeoutMinutes.
getIdleTimeoutMinutes() - Method in class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
 
getIdleTimeoutMinutes() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
getIdleTimeoutMinutes() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
getImplementation(String, String, String, String) - Static method in class org.jboss.jca.as.upgrader.ModuleXml
Get the implementation definiton
getInterleaving() - Method in class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
getInterleaving
getJdbc(String) - Static method in class org.jboss.jca.as.upgrader.ModuleXml
Get the JDBC definiton
getJndiName() - Method in interface org.jboss.jca.as.converters.ConnectionFactory
Get the jndiName.
getJndiName() - Method in class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
 
getJndiName() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
getJndiName() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
getJta() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
getJta
getLocalName() - Method in enum org.jboss.jca.as.converters.CommonXa.Tag
Get the local name of this element.
getLocalName() - Method in enum org.jboss.jca.as.converters.ConnectionFactories.Tag
Get the local name of this element.
getLocalName() - Method in enum org.jboss.jca.as.converters.ConnectionFactory.Tag
Get the local name of this element.
getLocalName() - Method in enum org.jboss.jca.as.converters.DataSource.Tag
Get the local name of this element.
getLocalName() - Method in enum org.jboss.jca.as.converters.DataSources.Tag
Get the local name of this element.
getLocalName() - Method in enum org.jboss.jca.as.converters.LegacyCfParser.Tag
Get the local name of this element.
getLocalName() - Method in enum org.jboss.jca.as.converters.LegacyDsParser.Tag
Get the local name of this element.
getLocalName() - Method in enum org.jboss.jca.as.converters.LocalTxDataSource.Tag
Get the local name of this element.
getLocalName() - Method in enum org.jboss.jca.as.converters.NoTxConnectionFactory.Tag
Get the local name of this element.
getLocalName() - Method in enum org.jboss.jca.as.converters.NoTxDataSource.Tag
Get the local name of this element.
getLocalName() - Method in enum org.jboss.jca.as.converters.TxConnectionFactory.Tag
Get the local name of this element.
getLocalName() - Method in enum org.jboss.jca.as.converters.XaDataSource.Tag
Get the local name of this element.
getLocalTxDataSource() - Method in interface org.jboss.jca.as.converters.DataSources
Get the local tx datasource.
getLocalTxDataSource() - Method in class org.jboss.jca.as.converters.DatasourcesImpl
 
getMaxPoolSize() - Method in interface org.jboss.jca.as.converters.ConnectionFactory
Get the maxPoolSize.
getMaxPoolSize() - Method in class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
 
getMaxPoolSize() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
getMaxPoolSize() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
getMinPoolSize() - Method in interface org.jboss.jca.as.converters.ConnectionFactory
Get the minPoolSize.
getMinPoolSize() - Method in class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
 
getMinPoolSize() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
getMinPoolSize() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
getNewConnectionSql() - Method in interface org.jboss.jca.as.converters.DataSource
Get the newConnectionSql.
getNewConnectionSql() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
getNewConnectionSql() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
getNoTxConnectionFactory() - Method in interface org.jboss.jca.as.converters.ConnectionFactories
Get the NoTxConnectionFactory
getNoTxConnectionFactory() - Method in class org.jboss.jca.as.converters.ConnectionFactoriesImpl
 
getNoTxDataSource() - Method in interface org.jboss.jca.as.converters.DataSources
Get the No Tx datasource.
getNoTxDataSource() - Method in class org.jboss.jca.as.converters.DatasourcesImpl
 
getPassword() - Method in interface org.jboss.jca.as.converters.DataSource
Get the password.
getPassword() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
getPassword() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
getPreparedStatementsCacheSize() - Method in interface org.jboss.jca.as.converters.DataSource
Get the preparedStatementsCacheSize.
getPreparedStatementsCacheSize() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
getPreparedStatementsCacheSize() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
getQueryTimeout() - Method in interface org.jboss.jca.as.converters.DataSource
Get the queryTimeout.
getQueryTimeout() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
getQueryTimeout() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
getRarName() - Method in class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
 
getRarName() - Method in interface org.jboss.jca.as.converters.NoTxConnectionFactory
Get the rarName.
getSecurityDomain() - Method in interface org.jboss.jca.as.converters.ConnectionFactory
get the security domain for pure security-domain security management
getSecurityDomain() - Method in class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
 
getSecurityDomain() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
getSecurityDomain() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
getStaleConnectionChecker() - Method in interface org.jboss.jca.as.converters.DataSource
Get the staleConnectionChecker
getStaleConnectionChecker() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
getStaleConnectionChecker() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
getTrackStatements() - Method in interface org.jboss.jca.as.converters.DataSource
Get the trackStatements.
getTrackStatements() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
getTrackStatements() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
getTransactionIsolation() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
getTransactionIsolation() - Method in interface org.jboss.jca.as.converters.LocalTxDataSource
Get the transactionIsolation.
getTransactionSupport() - Method in class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
 
getTransactionSupport() - Method in interface org.jboss.jca.as.converters.TxConnectionFactory
get the getTransactionSupport
getTxConnectionFactory() - Method in interface org.jboss.jca.as.converters.ConnectionFactories
Get the TxConnectionFactory
getTxConnectionFactory() - Method in class org.jboss.jca.as.converters.ConnectionFactoriesImpl
 
getUrlDelimiter() - Method in interface org.jboss.jca.as.converters.DataSource
Get the urlDelimiter.
getUrlDelimiter() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
getUrlDelimiter() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
getUrlSelectorStrategyClassName() - Method in interface org.jboss.jca.as.converters.DataSource
Get the urlSelectorStrategyClassName.
getUrlSelectorStrategyClassName() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
getUrlSelectorStrategyClassName() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
getUserName() - Method in interface org.jboss.jca.as.converters.DataSource
Get the userName.
getUserName() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
getUserName() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
getUseTryLock() - Method in interface org.jboss.jca.as.converters.DataSource
Get the useTryLock.
getUseTryLock() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
getUseTryLock() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
getValidConnectionChecker() - Method in interface org.jboss.jca.as.converters.DataSource
Get the validConnectionChecker
getValidConnectionChecker() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
getValidConnectionChecker() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
getVersion(String) - Static method in class org.jboss.jca.as.upgrader.MavenMetadata
Get the version from the specified url
getXaDataSource() - Method in interface org.jboss.jca.as.converters.DataSources
Get the xaDataSource.
getXaDataSource() - Method in class org.jboss.jca.as.converters.DatasourcesImpl
 
getXaDataSourceClass() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
getXaDataSourceClass() - Method in interface org.jboss.jca.as.converters.XaDataSource
Get the xaDataSourceClass.
getXaDataSourceProperty() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
getXaDataSourceProperty() - Method in interface org.jboss.jca.as.converters.XaDataSource
Get the xaDataSourceProperty.
getXaResourceTimeout() - Method in interface org.jboss.jca.as.converters.CommonXa
Get the xaResourceTimeout.
getXaResourceTimeout() - Method in class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
 
getXaResourceTimeout() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 

H

Http - Class in org.jboss.jca.as.upgrader
Support the http:// protocol
Http() - Constructor for class org.jboss.jca.as.upgrader.Http
Constructor

I

isBackgroundValidation() - Method in interface org.jboss.jca.as.converters.ConnectionFactory
Get the backgroundValidation.
isBackgroundValidation() - Method in class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
 
isBackgroundValidation() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
isBackgroundValidation() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
isInterleaving() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
isInterleaving() - Method in interface org.jboss.jca.as.converters.XaDataSource
Get the interleaving.
isNoTxSeparatePools() - Method in interface org.jboss.jca.as.converters.CommonXa
Get the noTxSeparatePools.
isNoTxSeparatePools() - Method in class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
 
isNoTxSeparatePools() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
isNoTxSeparatePools() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
isNoTxSeparatePools() - Method in interface org.jboss.jca.as.converters.LocalTxDataSource
isNoTxSeparatePools
isPadXid() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
isPadXid() - Method in interface org.jboss.jca.as.converters.XaDataSource
Get the padXid.
isPrefill() - Method in interface org.jboss.jca.as.converters.ConnectionFactory
Get the prefill.
isPrefill() - Method in class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
 
isPrefill() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
isPrefill() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
isSameRmOverride() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
isSameRmOverride() - Method in interface org.jboss.jca.as.converters.XaDataSource
Get the isSameRmOverride.
isSetTxQueryTimeout() - Method in interface org.jboss.jca.as.converters.DataSource
Get the setTxQuertTimeout.
isSetTxQueryTimeout() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
isSetTxQueryTimeout() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
isSharePreparedStatements() - Method in interface org.jboss.jca.as.converters.DataSource
Get the sharePreparedStatements.
isSharePreparedStatements() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
isSharePreparedStatements() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
isTrackConnectionByTx() - Method in interface org.jboss.jca.as.converters.CommonXa
Get the TrackConnectionByTx.
isTrackConnectionByTx() - Method in class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
 
isTrackConnectionByTx() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
isUseFastFail() - Method in interface org.jboss.jca.as.converters.ConnectionFactory
Get the useFastFail.
isUseFastFail() - Method in class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
 
isUseFastFail() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
isUseFastFail() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
isUseJavaContext() - Method in interface org.jboss.jca.as.converters.DataSource
Get the useJavaContext.
isUseJavaContext() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
isUseJavaContext() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
isValidateOnMatch() - Method in interface org.jboss.jca.as.converters.DataSource
Get the validateOnMatch.
isValidateOnMatch() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
isValidateOnMatch() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
isWrapXaResource() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
isWrapXaResource() - Method in interface org.jboss.jca.as.converters.XaDataSource
Get the wrapXaResource.

L

LegacyCfParser - Class in org.jboss.jca.as.converters
Parser for legacy ds.xml
LegacyCfParser() - Constructor for class org.jboss.jca.as.converters.LegacyCfParser
 
LegacyCfParser.Tag - Enum in org.jboss.jca.as.converters
A Tag.
LegacyConnectionFactoryImp - Class in org.jboss.jca.as.converters
A LegacyConnectionFactoryImp impl.
LegacyConnectionFactoryImp(String, String, String, String, Map<String, String>, TransactionSupportEnum) - Constructor for class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
create a LegacyConnectionFactoryImp
LegacyDsParser - Class in org.jboss.jca.as.converters
Parser for legacy ds.xml
LegacyDsParser() - Constructor for class org.jboss.jca.as.converters.LegacyDsParser
 
LegacyDsParser.Tag - Enum in org.jboss.jca.as.converters
A Tag.
LegacyTxDataSourceImpl - Class in org.jboss.jca.as.converters
A XaDataSource impl.
LegacyTxDataSourceImpl(String, String, String, String, TransactionIsolation, Map<String, String>) - Constructor for class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
create a LegacyTxDataSourceImpl
LegacyXaDataSourceImp - Class in org.jboss.jca.as.converters
A XaDataSource impl.
LegacyXaDataSourceImp(String, String, TransactionIsolation, Map<String, String>) - Constructor for class org.jboss.jca.as.converters.LegacyXaDataSourceImp
create a LegacyXaDataSourceImp
LocalTxDataSource - Interface in org.jboss.jca.as.converters
Common DataSource
LocalTxDataSource.Tag - Enum in org.jboss.jca.as.converters
A Tag.

M

Main - Class in org.jboss.jca.as.converters
Converter main class
Main() - Constructor for class org.jboss.jca.as.converters.Main
 
main(String[]) - Static method in class org.jboss.jca.as.converters.Main
Main
Main - Class in org.jboss.jca.as.rarinfo
rar info main class
Main() - Constructor for class org.jboss.jca.as.rarinfo.Main
 
main(String[]) - Static method in class org.jboss.jca.as.rarinfo.Main
Main
Main - Class in org.jboss.jca.as.upgrader
The AS upgrader application - updates the IronJacamar distribution inside the JBoss Application Server
Main() - Constructor for class org.jboss.jca.as.upgrader.Main
 
main(String[]) - Static method in class org.jboss.jca.as.upgrader.Main
Main
MavenMetadata - Class in org.jboss.jca.as.upgrader
maven-metadata.xml utilities
MavenMetadata() - Constructor for class org.jboss.jca.as.upgrader.MavenMetadata
 
ModuleXml - Class in org.jboss.jca.as.upgrader
module.xml definitions
ModuleXml() - Constructor for class org.jboss.jca.as.upgrader.ModuleXml
 

N

NotSupportedException - Exception in org.jboss.jca.as.converters
NotSupportException
NotSupportedException() - Constructor for exception org.jboss.jca.as.converters.NotSupportedException
Constructs a new instance with null as its detail message.
NotSupportedException(String) - Constructor for exception org.jboss.jca.as.converters.NotSupportedException
Constructs a new instance with the specified detail message.
NoTxConnectionFactory - Interface in org.jboss.jca.as.converters
No Tx ConnectionFactory
NoTxConnectionFactory.Tag - Enum in org.jboss.jca.as.converters
A Tag.
NoTxDataSource - Interface in org.jboss.jca.as.converters
No Tx DataSource
NoTxDataSource.Tag - Enum in org.jboss.jca.as.converters
A Tag.

O

org.jboss.jca.as.converters - package org.jboss.jca.as.converters
This package contains the IronJacamar converter.
org.jboss.jca.as.rarinfo - package org.jboss.jca.as.rarinfo
This package contains the IronJacamar rar-info tool.
org.jboss.jca.as.upgrader - package org.jboss.jca.as.upgrader
This package contains the IronJacamar upgrader for the JBoss Application Server.

P

parse(InputStream) - Method in class org.jboss.jca.as.converters.LegacyCfParser
parse xml string to connection factory
parse(InputStream) - Method in class org.jboss.jca.as.converters.LegacyDsParser
parse xml string to datasources
ParserException - Exception in org.jboss.jca.as.converters
NotSupportException
ParserException() - Constructor for exception org.jboss.jca.as.converters.ParserException
Constructs a new instance with null as its detail message.
ParserException(String) - Constructor for exception org.jboss.jca.as.converters.ParserException
Constructs a new instance with the specified detail message.

R

RaImpl - Class in org.jboss.jca.as.rarinfo
A Resource Adpater impl.
RaImpl(String, TransactionSupportEnum, List<CommonConnDef>, List<CommonAdminObject>, Map<String, String>) - Constructor for class org.jboss.jca.as.rarinfo.RaImpl
RaImpl
RELEASE_REPOSITORY - Static variable in class org.jboss.jca.as.upgrader.Main
Release repository

S

setInterleaving(Boolean) - Method in class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
setInterleaving
setJta(Boolean) - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
setJta
SNAPSHOT_REPOSITORY - Static variable in class org.jboss.jca.as.upgrader.Main
Snapshot repository

T

toString() - Method in enum org.jboss.jca.as.converters.CommonXa.Tag
toString() - Method in enum org.jboss.jca.as.converters.ConnectionFactories.Tag
toString() - Method in class org.jboss.jca.as.converters.ConnectionFactoriesImpl
 
toString() - Method in enum org.jboss.jca.as.converters.ConnectionFactory.Tag
toString() - Method in enum org.jboss.jca.as.converters.DataSource.Tag
toString() - Method in enum org.jboss.jca.as.converters.DataSources.Tag
toString() - Method in class org.jboss.jca.as.converters.DatasourcesImpl
 
toString() - Method in class org.jboss.jca.as.converters.LegacyConnectionFactoryImp
 
toString() - Method in class org.jboss.jca.as.converters.LegacyTxDataSourceImpl
 
toString() - Method in class org.jboss.jca.as.converters.LegacyXaDataSourceImp
 
toString() - Method in enum org.jboss.jca.as.converters.LocalTxDataSource.Tag
toString() - Method in enum org.jboss.jca.as.converters.NoTxConnectionFactory.Tag
toString() - Method in enum org.jboss.jca.as.converters.NoTxDataSource.Tag
toString() - Method in enum org.jboss.jca.as.converters.TxConnectionFactory.Tag
toString() - Method in enum org.jboss.jca.as.converters.XaDataSource.Tag
toString() - Method in class org.jboss.jca.as.rarinfo.RaImpl
 
TxConnectionFactory - Interface in org.jboss.jca.as.converters
No Tx ConnectionFactory
TxConnectionFactory.Tag - Enum in org.jboss.jca.as.converters
A Tag.

U

UnknownTagException - Exception in org.jboss.jca.as.converters
NotSupportException
UnknownTagException() - Constructor for exception org.jboss.jca.as.converters.UnknownTagException
Constructs a new instance with null as its detail message.
UnknownTagException(String) - Constructor for exception org.jboss.jca.as.converters.UnknownTagException
Constructs a new instance with the specified detail message.

V

valueOf(String) - Static method in enum org.jboss.jca.as.converters.CommonXa.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.jca.as.converters.ConnectionFactories.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.jca.as.converters.ConnectionFactory.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.jca.as.converters.DataSource.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.jca.as.converters.DataSources.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.jca.as.converters.LegacyCfParser.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.jca.as.converters.LegacyDsParser.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.jca.as.converters.LocalTxDataSource.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.jca.as.converters.NoTxConnectionFactory.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.jca.as.converters.NoTxDataSource.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.jca.as.converters.TxConnectionFactory.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.jca.as.converters.XaDataSource.Tag
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.jca.as.converters.CommonXa.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.jca.as.converters.ConnectionFactories.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.jca.as.converters.ConnectionFactory.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.jca.as.converters.DataSource.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.jca.as.converters.DataSources.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.jca.as.converters.LegacyCfParser.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.jca.as.converters.LegacyDsParser.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.jca.as.converters.LocalTxDataSource.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.jca.as.converters.NoTxConnectionFactory.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.jca.as.converters.NoTxDataSource.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.jca.as.converters.TxConnectionFactory.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.jca.as.converters.XaDataSource.Tag
Returns an array containing the constants of this enum type, in the order they are declared.

X

XaDataSource - Interface in org.jboss.jca.as.converters
A XaDataSource.
XaDataSource.Tag - Enum in org.jboss.jca.as.converters
A Tag.

A B C D E F G H I L M N O P R S T U V X

Copyright © 2011 Red Hat Middleware LLC (http://www.jboss.com/)