public interface ConnectionFactory extends JNDIEnvironmentRef, Describable
Modifier and Type | Field and Description |
---|---|
static int |
TRANSACTION_SUPPORT_LOCAL_TRANSACTION
Represents "LocalTransaction" for
getTransactionSupportValue() . |
static int |
TRANSACTION_SUPPORT_NO_TRANSACTION
Represents "NoTransaction" for
getTransactionSupportValue() . |
static int |
TRANSACTION_SUPPORT_UNSPECIFIED
Represents an unspecified value for
getTransactionSupportValue() . |
static int |
TRANSACTION_SUPPORT_XA_TRANSACTION
Represents "XATransaction" for
getTransactionSupportValue() . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInterfaceNameValue() |
int |
getMaxPoolSize() |
int |
getMinPoolSize() |
java.util.List<Property> |
getProperties() |
java.lang.String |
getResourceAdapter() |
int |
getTransactionSupportValue() |
boolean |
isSetMaxPoolSize() |
boolean |
isSetMinPoolSize() |
getName
getDescriptions
static final int TRANSACTION_SUPPORT_UNSPECIFIED
getTransactionSupportValue()
.static final int TRANSACTION_SUPPORT_NO_TRANSACTION
getTransactionSupportValue()
.static final int TRANSACTION_SUPPORT_LOCAL_TRANSACTION
getTransactionSupportValue()
.static final int TRANSACTION_SUPPORT_XA_TRANSACTION
getTransactionSupportValue()
.java.lang.String getInterfaceNameValue()
java.lang.String getResourceAdapter()
boolean isSetMaxPoolSize()
getMaxPoolSize()
int getMaxPoolSize()
isSetMaxPoolSize()
boolean isSetMinPoolSize()
getMinPoolSize()
int getMinPoolSize()
isSetMinPoolSize()
int getTransactionSupportValue()
TRANSACTION_SUPPORT_UNSPECIFIED
if unspecified
TRANSACTION_SUPPORT_NO_TRANSACTION
- NoTransaction
TRANSACTION_SUPPORT_LOCAL_TRANSACTION
- LocalTransaction
TRANSACTION_SUPPORT_XA_TRANSACTION
- XATransactionjava.util.List<Property> getProperties()