public interface TransactionIntegration
null
value should be returned. That way it is disabled in the IronJacamar container.Modifier and Type | Method and Description |
---|---|
LocalXAResource |
createConnectableLocalXAResource(ConnectionManager cm,
java.lang.String productName,
java.lang.String productVersion,
java.lang.String jndiName,
ConnectableResource cr)
Create a connectable LocalXAResource instance
|
XAResourceWrapper |
createConnectableXAResourceWrapper(javax.transaction.xa.XAResource xares,
boolean pad,
java.lang.Boolean override,
java.lang.String productName,
java.lang.String productVersion,
java.lang.String jndiName,
ConnectableResource cr,
boolean firstResource)
Create a connectable XAResource wrapper instance
|
LocalXAResource |
createLocalXAResource(ConnectionManager cm,
java.lang.String productName,
java.lang.String productVersion,
java.lang.String jndiName)
Create a LocalXAResource instance
|
XAResourceRecovery |
createXAResourceRecovery(javax.resource.spi.ManagedConnectionFactory mcf,
java.lang.Boolean pad,
java.lang.Boolean override,
java.lang.Boolean wrapXAResource,
java.lang.String recoverUserName,
java.lang.String recoverPassword,
java.lang.String recoverSecurityDomain,
org.jboss.security.SubjectFactory subjectFactory,
RecoveryPlugin plugin)
Create an XAResourceRecovery instance
|
XAResourceRecovery |
createXAResourceRecovery(javax.resource.spi.ResourceAdapter rar,
javax.resource.spi.ActivationSpec as,
java.lang.String productName,
java.lang.String productVersion)
Create an XAResourceRecovery instance
|
XAResourceWrapper |
createXAResourceWrapper(javax.transaction.xa.XAResource xares,
boolean pad,
java.lang.Boolean override,
java.lang.String productName,
java.lang.String productVersion,
java.lang.String jndiName,
boolean firstResource)
Create an XAResource wrapper instance
|
XAResourceRecoveryRegistry |
getRecoveryRegistry()
Get the recovery registry
|
javax.transaction.TransactionManager |
getTransactionManager()
Get the transaction manager
|
javax.transaction.TransactionSynchronizationRegistry |
getTransactionSynchronizationRegistry()
Get the transaction synchronization registry
|
UserTransactionRegistry |
getUserTransactionRegistry()
Get the user transaction registry
|
XATerminator |
getXATerminator()
Get the XATerminator
|
javax.transaction.TransactionManager getTransactionManager()
javax.transaction.TransactionSynchronizationRegistry getTransactionSynchronizationRegistry()
UserTransactionRegistry getUserTransactionRegistry()
XAResourceRecoveryRegistry getRecoveryRegistry()
XATerminator getXATerminator()
XAResourceRecovery createXAResourceRecovery(javax.resource.spi.ResourceAdapter rar, javax.resource.spi.ActivationSpec as, java.lang.String productName, java.lang.String productVersion)
rar
- The resource adapteras
- The activation specproductName
- The product nameproductVersion
- The product versionXAResourceRecovery createXAResourceRecovery(javax.resource.spi.ManagedConnectionFactory mcf, java.lang.Boolean pad, java.lang.Boolean override, java.lang.Boolean wrapXAResource, java.lang.String recoverUserName, java.lang.String recoverPassword, java.lang.String recoverSecurityDomain, org.jboss.security.SubjectFactory subjectFactory, RecoveryPlugin plugin)
mcf
- 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 pluginLocalXAResource createLocalXAResource(ConnectionManager cm, java.lang.String productName, java.lang.String productVersion, java.lang.String jndiName)
cm
- The connection managerproductName
- The product nameproductVersion
- The product versionjndiName
- The JNDI name for the resourceLocalXAResource createConnectableLocalXAResource(ConnectionManager cm, java.lang.String productName, java.lang.String productVersion, java.lang.String jndiName, ConnectableResource cr)
cm
- The connection managerproductName
- The product nameproductVersion
- The product versionjndiName
- The JNDI name for the resourcecr
- The connectable resourceXAResourceWrapper createXAResourceWrapper(javax.transaction.xa.XAResource xares, boolean pad, java.lang.Boolean override, java.lang.String productName, java.lang.String productVersion, java.lang.String jndiName, boolean firstResource)
xares
- 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 resourceXAResourceWrapper createConnectableXAResourceWrapper(javax.transaction.xa.XAResource xares, boolean pad, java.lang.Boolean override, java.lang.String productName, java.lang.String productVersion, java.lang.String jndiName, ConnectableResource cr, boolean firstResource)
xares
- 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 resourceCopyright © 2013 IronJacamar (http://www.ironjacamar.org)