Package | Description |
---|---|
org.jboss.jca.core.spi.transaction |
This package contains the transaction SPI that defines extensions to JTA 1.1
|
org.jboss.jca.core.tx.jbossts |
This package contains an implementation of the transaction SPI using JBossTS as its backend.
|
org.jboss.jca.core.tx.noopts |
This package contains a no-operation transaction manager implementation which can be used instead of a real implementation
|
Modifier and Type | Method and Description |
---|---|
XAResourceWrapper |
TransactionIntegration.createXAResourceWrapper(javax.transaction.xa.XAResource xares,
boolean pad,
java.lang.Boolean override,
java.lang.String productName,
java.lang.String productVersion,
java.lang.String jndiName)
Create an XAResource wrapper instance
|
Modifier and Type | Method and Description |
---|---|
XAResourceWrapper |
TransactionIntegrationImpl.createXAResourceWrapper(javax.transaction.xa.XAResource xares,
boolean pad,
java.lang.Boolean override,
java.lang.String productName,
java.lang.String productVersion,
java.lang.String jndiName)
Create an XAResource wrapper instance
|
Modifier and Type | Class and Description |
---|---|
class |
XAResourceWrapperImpl
A XAResourceWrapper.
|
Modifier and Type | Method and Description |
---|---|
XAResourceWrapper |
TransactionIntegrationImpl.createXAResourceWrapper(javax.transaction.xa.XAResource xares,
boolean pad,
java.lang.Boolean override,
java.lang.String productName,
java.lang.String productVersion,
java.lang.String jndiName)
Create an XAResource wrapper instance
|
Copyright ? 2008-2009 Red Hat Middleware LLC (http://www.jboss.com/)