Package org.jboss.jca.as.converters
Interface NoTxConnectionFactory
-
- All Superinterfaces:
ConnectionFactory
- All Known Subinterfaces:
TxConnectionFactory
- All Known Implementing Classes:
LegacyConnectionFactoryImp
public interface NoTxConnectionFactory extends ConnectionFactory
No Tx ConnectionFactory- Version:
- $Revision: $
- Author:
- Jeff Zhang
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNoTxConnectionFactory.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>getConfigProperties()Get the configProperties.StringgetConnectionDefinition()get the ConnectionDefinitionStringgetRarName()Get the rarName.-
Methods inherited from interface org.jboss.jca.as.converters.ConnectionFactory
getAllocationRetry, getAllocationRetryWaitMillis, getBackgroundValidationMillis, getBlockingTimeoutMillis, getIdleTimeoutMinutes, getJndiName, getMaxPoolSize, getMinPoolSize, getSecurityDomain, isBackgroundValidation, isPrefill, isUseFastFail
-
-