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
static class NoTxConnectionFactory.Tag
          A Tag.
 
Method Summary
 Map<String,String> getConfigProperties()
          Get the configProperties.
 String getConnectionDefinition()
          get the ConnectionDefinition
 String getRarName()
          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
 

Method Detail

getRarName

String getRarName()
Get the rarName.

Returns:
the rarName.

getConnectionDefinition

String getConnectionDefinition()
get the ConnectionDefinition

Returns:
the ConnectionDefinition

getConfigProperties

Map<String,String> getConfigProperties()
Get the configProperties.

Returns:
the configProperties.


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