Uses of Class
org.jboss.jca.as.converters.LegacyConnectionFactoryImp
Packages that use LegacyConnectionFactoryImp
-
Uses of LegacyConnectionFactoryImp in org.jboss.jca.as.converters
Methods in org.jboss.jca.as.converters that return LegacyConnectionFactoryImpModifier and TypeMethodDescriptionLegacyConnectionFactoryImp.buildAdminObejcts(String className, String jndiName, String poolName, Map<String, String> configProperties, boolean enabled, boolean useJavaContext) build admin objectLegacyConnectionFactoryImp.buildCommonPool(Integer minPoolSize, Integer maxPoolSize, Boolean prefill, org.jboss.jca.common.api.metadata.common.Capacity capacity, Boolean noTxSeparatePool, Boolean interleaving) build pool partLegacyConnectionFactoryImp.buildOther()build other propertiesLegacyConnectionFactoryImp.buildSecurity(String securityDomainManaged, String securityDomainAndApplicationManaged, boolean applicationManaged) build security partLegacyConnectionFactoryImp.buildTimeOut(Long blockingTimeoutMillis, Long idleTimeoutMinutes, Integer allocationRetry, Long allocationRetryWaitMillis, Integer xaResourceTimeout) build timeout partLegacyConnectionFactoryImp.buildValidation(Boolean backgroundValidation, Long backgroundValidationMillis, Boolean useFastFail) build validation partLegacyConnectionFactoryImp.buildWorkManager(org.jboss.jca.common.api.metadata.resourceadapter.WorkManager workmanager) build workmanager