Package com.ibm.ws.javaee.dd.common
Interface ConnectionFactory
- All Superinterfaces:
Describable
,JNDIEnvironmentRef
Represents <connection-factory>.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Represents "LocalTransaction" forgetTransactionSupportValue()
.static final int
Represents "NoTransaction" forgetTransactionSupportValue()
.static final int
Represents an unspecified value forgetTransactionSupportValue()
.static final int
Represents "XATransaction" forgetTransactionSupportValue()
. -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
boolean
boolean
Methods inherited from interface com.ibm.ws.javaee.dd.common.Describable
getDescriptions
Methods inherited from interface com.ibm.ws.javaee.dd.common.JNDIEnvironmentRef
getName
-
Field Details
-
TRANSACTION_SUPPORT_UNSPECIFIED
static final int TRANSACTION_SUPPORT_UNSPECIFIEDRepresents an unspecified value forgetTransactionSupportValue()
.- See Also:
-
TRANSACTION_SUPPORT_NO_TRANSACTION
static final int TRANSACTION_SUPPORT_NO_TRANSACTIONRepresents "NoTransaction" forgetTransactionSupportValue()
.- See Also:
-
TRANSACTION_SUPPORT_LOCAL_TRANSACTION
static final int TRANSACTION_SUPPORT_LOCAL_TRANSACTIONRepresents "LocalTransaction" forgetTransactionSupportValue()
.- See Also:
-
TRANSACTION_SUPPORT_XA_TRANSACTION
static final int TRANSACTION_SUPPORT_XA_TRANSACTIONRepresents "XATransaction" forgetTransactionSupportValue()
.- See Also:
-
-
Method Details
-
getInterfaceNameValue
String getInterfaceNameValue()- Returns:
- <interface-name>
-
getResourceAdapter
String getResourceAdapter()- Returns:
- <resource-adapter>
-
isSetMaxPoolSize
boolean isSetMaxPoolSize()- Returns:
- true if <max-pool-size> is specified
- See Also:
-
getMaxPoolSize
int getMaxPoolSize()- Returns:
- <max-pool-size> if specified
- See Also:
-
isSetMinPoolSize
boolean isSetMinPoolSize()- Returns:
- true if <min-pool-size> is specified
- See Also:
-
getMinPoolSize
int getMinPoolSize()- Returns:
- <min-pool-size> if specified
- See Also:
-
getTransactionSupportValue
int getTransactionSupportValue()- Returns:
- <transaction-support>
TRANSACTION_SUPPORT_UNSPECIFIED
if unspecifiedTRANSACTION_SUPPORT_NO_TRANSACTION
- NoTransactionTRANSACTION_SUPPORT_LOCAL_TRANSACTION
- LocalTransactionTRANSACTION_SUPPORT_XA_TRANSACTION
- XATransaction
-
getProperties
- Returns:
- <property> as a read-only list
-