Uses of Interface
org.jboss.jca.as.converters.NoTxConnectionFactory
-
Packages that use NoTxConnectionFactory Package Description org.jboss.jca.as.converters This package contains the IronJacamar converter. -
-
Uses of NoTxConnectionFactory in org.jboss.jca.as.converters
Subinterfaces of NoTxConnectionFactory in org.jboss.jca.as.converters Modifier and Type Interface Description interfaceTxConnectionFactoryNo Tx ConnectionFactoryClasses in org.jboss.jca.as.converters that implement NoTxConnectionFactory Modifier and Type Class Description classLegacyConnectionFactoryImpA LegacyConnectionFactoryImp impl.Methods in org.jboss.jca.as.converters that return types with arguments of type NoTxConnectionFactory Modifier and Type Method Description List<NoTxConnectionFactory>ConnectionFactories. getNoTxConnectionFactory()Get the NoTxConnectionFactoryList<NoTxConnectionFactory>ConnectionFactoriesImpl. getNoTxConnectionFactory()Constructor parameters in org.jboss.jca.as.converters with type arguments of type NoTxConnectionFactory Constructor Description ConnectionFactoriesImpl(List<NoTxConnectionFactory> noTxConnectionFactory, List<TxConnectionFactory> txConnectionFactory)ConnectionFactoriesImpl
-