
public class TransactionIntegrationImpl extends Object implements org.jboss.jca.core.spi.transaction.TransactionIntegration
| Constructor and Description |
|---|
TransactionIntegrationImpl(TransactionManager tm,
TransactionSynchronizationRegistry tsr,
org.jboss.tm.usertx.UserTransactionRegistry utr,
org.jboss.tm.JBossXATerminator terminator,
org.jboss.tm.XAResourceRecoveryRegistry rr)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.jca.core.spi.transaction.local.LocalXAResource |
createConnectableLocalXAResource(org.jboss.jca.core.api.connectionmanager.ConnectionManager cm,
String productName,
String productVersion,
String jndiName,
org.jboss.jca.core.spi.transaction.ConnectableResource cr)
Create a connectable LocalXAResource instance
|
org.jboss.jca.core.spi.transaction.xa.XAResourceWrapper |
createConnectableXAResourceWrapper(XAResource xares,
boolean pad,
Boolean override,
String productName,
String productVersion,
String jndiName,
org.jboss.jca.core.spi.transaction.ConnectableResource cr,
boolean firstResource)
Create a connectable XAResource wrapper instance
|
org.jboss.jca.core.spi.transaction.local.LocalXAResource |
createLocalXAResource(org.jboss.jca.core.api.connectionmanager.ConnectionManager cm,
String productName,
String productVersion,
String jndiName)
Create a LocalXAResource instance
|
org.jboss.jca.core.spi.transaction.recovery.XAResourceRecovery |
createXAResourceRecovery(javax.resource.spi.ManagedConnectionFactory mcf,
Boolean pad,
Boolean override,
Boolean wrapXAResource,
String recoverUserName,
String recoverPassword,
String recoverSecurityDomain,
org.jboss.security.SubjectFactory subjectFactory,
org.jboss.jca.core.spi.recovery.RecoveryPlugin plugin)
Create an XAResourceRecovery instance
|
org.jboss.jca.core.spi.transaction.recovery.XAResourceRecovery |
createXAResourceRecovery(javax.resource.spi.ResourceAdapter rar,
javax.resource.spi.ActivationSpec as,
String productName,
String productVersion)
Create an XAResourceRecovery instance
|
org.jboss.jca.core.spi.transaction.xa.XAResourceWrapper |
createXAResourceWrapper(XAResource xares,
boolean pad,
Boolean override,
String productName,
String productVersion,
String jndiName,
boolean firstResource)
Create an XAResource wrapper instance
|
org.jboss.jca.core.spi.transaction.recovery.XAResourceRecoveryRegistry |
getRecoveryRegistry()
Get the recovery registry
|
TransactionManager |
getTransactionManager()
Get the transaction manager
|
TransactionSynchronizationRegistry |
getTransactionSynchronizationRegistry()
Get the transaction synchronization registry
|
org.jboss.jca.core.spi.transaction.usertx.UserTransactionRegistry |
getUserTransactionRegistry()
Get the user transaction registry
|
org.jboss.jca.core.spi.transaction.xa.XATerminator |
getXATerminator()
Get the XATerminator
|
public TransactionIntegrationImpl(TransactionManager tm, TransactionSynchronizationRegistry tsr, org.jboss.tm.usertx.UserTransactionRegistry utr, org.jboss.tm.JBossXATerminator terminator, org.jboss.tm.XAResourceRecoveryRegistry rr)
tm - The transaction managertsr - The transaction synchronization registryutr - The user transaction registryterminator - The XA terminatorrr - The recovery registrypublic TransactionManager getTransactionManager()
getTransactionManager in interface org.jboss.jca.core.spi.transaction.TransactionIntegrationpublic TransactionSynchronizationRegistry getTransactionSynchronizationRegistry()
getTransactionSynchronizationRegistry in interface org.jboss.jca.core.spi.transaction.TransactionIntegrationpublic org.jboss.jca.core.spi.transaction.usertx.UserTransactionRegistry getUserTransactionRegistry()
getUserTransactionRegistry in interface org.jboss.jca.core.spi.transaction.TransactionIntegrationpublic org.jboss.jca.core.spi.transaction.recovery.XAResourceRecoveryRegistry getRecoveryRegistry()
getRecoveryRegistry in interface org.jboss.jca.core.spi.transaction.TransactionIntegrationpublic org.jboss.jca.core.spi.transaction.xa.XATerminator getXATerminator()
getXATerminator in interface org.jboss.jca.core.spi.transaction.TransactionIntegrationpublic org.jboss.jca.core.spi.transaction.recovery.XAResourceRecovery createXAResourceRecovery(javax.resource.spi.ResourceAdapter rar,
javax.resource.spi.ActivationSpec as,
String productName,
String productVersion)
createXAResourceRecovery in interface org.jboss.jca.core.spi.transaction.TransactionIntegrationrar - The resource adapteras - The activation specproductName - The product nameproductVersion - The product versionpublic org.jboss.jca.core.spi.transaction.recovery.XAResourceRecovery createXAResourceRecovery(javax.resource.spi.ManagedConnectionFactory mcf,
Boolean pad,
Boolean override,
Boolean wrapXAResource,
String recoverUserName,
String recoverPassword,
String recoverSecurityDomain,
org.jboss.security.SubjectFactory subjectFactory,
org.jboss.jca.core.spi.recovery.RecoveryPlugin plugin)
createXAResourceRecovery in interface org.jboss.jca.core.spi.transaction.TransactionIntegrationmcf - The managed connection factorypad - Should the branch qualifier for Xid's be paddedoverride - Should the isSameRM value be overriden; null for instance equally checkwrapXAResource - Should the XAResource be wrappedrecoverUserName - The user name for recoveryrecoverPassword - The password for recoveryrecoverSecurityDomain - The security domain for recoverysubjectFactory - The subject factoryplugin - The recovery pluginpublic org.jboss.jca.core.spi.transaction.local.LocalXAResource createConnectableLocalXAResource(org.jboss.jca.core.api.connectionmanager.ConnectionManager cm,
String productName,
String productVersion,
String jndiName,
org.jboss.jca.core.spi.transaction.ConnectableResource cr)
createConnectableLocalXAResource in interface org.jboss.jca.core.spi.transaction.TransactionIntegrationcm - The connection managerproductName - The product nameproductVersion - The product versionjndiName - The JNDI name for the resourcecr - The connectable resourcepublic org.jboss.jca.core.spi.transaction.local.LocalXAResource createLocalXAResource(org.jboss.jca.core.api.connectionmanager.ConnectionManager cm,
String productName,
String productVersion,
String jndiName)
createLocalXAResource in interface org.jboss.jca.core.spi.transaction.TransactionIntegrationcm - The connection managerproductName - The product nameproductVersion - The product versionjndiName - The JNDI name for the resourcepublic org.jboss.jca.core.spi.transaction.xa.XAResourceWrapper createConnectableXAResourceWrapper(XAResource xares, boolean pad, Boolean override, String productName, String productVersion, String jndiName, org.jboss.jca.core.spi.transaction.ConnectableResource cr, boolean firstResource)
createConnectableXAResourceWrapper in interface org.jboss.jca.core.spi.transaction.TransactionIntegrationxares - The XAResource instancepad - Should the branch qualifier for Xid's be paddedoverride - Should the isSameRM value be overriden; null for instance equally checkproductName - The product nameproductVersion - The product versionjndiName - The JNDI name for the resourcecr - The connectable resourcefirstResource - Is the resource a first resourcepublic org.jboss.jca.core.spi.transaction.xa.XAResourceWrapper createXAResourceWrapper(XAResource xares, boolean pad, Boolean override, String productName, String productVersion, String jndiName, boolean firstResource)
createXAResourceWrapper in interface org.jboss.jca.core.spi.transaction.TransactionIntegrationxares - The XAResource instancepad - Should the branch qualifier for Xid's be paddedoverride - Should the isSameRM value be overriden; null for instance equally checkproductName - The product nameproductVersion - The product versionjndiName - The JNDI name for the resourcefirstResource - Is the resource a first resourceCopyright © 2013 IronJacamar (http://www.ironjacamar.org)