This type is a class for model objects.
Application deployment configuration of a connection factory. Corresponds with type ConnectionFactoryResource in the application configuration. @since Java EE 7.
Package: appresourcesAttributes Summary | |
refName : EString | The JNDI name of the connection factory. |
interfaceName : EString | The fully-qualified name of interface of the connection factory. |
resourceAdapter : EString | The name of the resource adapter of the connection factory. |
maxPoolSize : EInt | Specification of the maximum number of connections that should be concurrently allocated in the connection pool for the connection factory. |
minPoolSize : EInt | Specification of the minimum number of connections that should be concurrently allocated in the connection pool for the connection factory. |
transactionSupport : WASTransactionSupportType | The level of transaction support of the connection factory. |
properties : Property * | The properties of the connection factory. |
sources : Contributor + | TBD |
Attribute Details |