public interface TxConnectionManager extends ConnectionManager, TransactionTimeoutConfiguration
TransactionTimeoutConfiguration
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getIsSameRMOverride()
Get the IsSameRMOverride status
|
boolean |
getPadXid()
Get the PadXid status
|
boolean |
getWrapXAResource()
Get the wrap XAResource status
|
int |
getXAResourceTimeout()
Get the XA resource transaction time out in seconds
|
boolean |
isAllowMarkedForRollback()
Is allow marked for rollback enabled
|
boolean |
isInterleaving()
Get the interleaving status
|
boolean |
isLocalTransactions()
Get the local transaction status
|
createConnectionListener, getAllocationRetry, getAllocationRetryWaitMillis, getCachedConnectionManager, getJndiName, getPool, getSecurityDomain, getSubjectFactory, getTransactionIntegration, isEnlistment, isSharable, isTransactional, setJndiName, shutdown, unregisterAssociation
associateManagedConnection, dissociateManagedConnection, returnManagedConnection
associateConnection, inactiveConnectionClosed
disconnect, reconnect, transactionStarted
getTimeLeftBeforeTransactionTimeout, getTransactionTimeout
boolean isInterleaving()
boolean isLocalTransactions()
int getXAResourceTimeout()
java.lang.Boolean getIsSameRMOverride()
null
if no override; else true or falseboolean getWrapXAResource()
boolean getPadXid()
boolean isAllowMarkedForRollback()
True
if set, otherwise false
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)