Uses of Class
org.jboss.jca.as.converters.LegacyConnectionFactoryImp
-
Packages that use LegacyConnectionFactoryImp Package Description org.jboss.jca.as.converters This package contains the IronJacamar converter. -
-
Uses of LegacyConnectionFactoryImp in org.jboss.jca.as.converters
Methods in org.jboss.jca.as.converters that return LegacyConnectionFactoryImp Modifier and Type Method Description LegacyConnectionFactoryImpLegacyConnectionFactoryImp. buildAdminObejcts(String className, String jndiName, String poolName, Map<String,String> configProperties, boolean enabled, boolean useJavaContext)build admin objectLegacyConnectionFactoryImpLegacyConnectionFactoryImp. buildCommonPool(Integer minPoolSize, Integer maxPoolSize, Boolean prefill, Capacity capacity, Boolean noTxSeparatePool, Boolean interleaving)build pool partLegacyConnectionFactoryImpLegacyConnectionFactoryImp. buildOther()build other propertiesLegacyConnectionFactoryImpLegacyConnectionFactoryImp. buildSecurity(String securityDomainManaged, String securityDomainAndApplicationManaged, boolean applicationManaged)build security partLegacyConnectionFactoryImpLegacyConnectionFactoryImp. buildTimeOut(Long blockingTimeoutMillis, Long idleTimeoutMinutes, Integer allocationRetry, Long allocationRetryWaitMillis, Integer xaResourceTimeout)build timeout partLegacyConnectionFactoryImpLegacyConnectionFactoryImp. buildValidation(Boolean backgroundValidation, Long backgroundValidationMillis, Boolean useFastFail)build validation partLegacyConnectionFactoryImpLegacyConnectionFactoryImp. buildWorkManager(WorkManager workmanager)build workmanager
-