Package | Description |
---|---|
org.jboss.jca.core.api.workmanager |
The API for the IronJacamar Core/WorkManager module.
|
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
|
org.jboss.jca.core.workmanager |
This package contains the WorkManager implementation.
|
Modifier and Type | Method and Description |
---|---|
XATerminator |
WorkManager.getXATerminator()
Get the XATerminator
|
Modifier and Type | Method and Description |
---|---|
void |
WorkManager.setXATerminator(XATerminator xaTerminator)
Set the XATerminator
|
Modifier and Type | Method and Description |
---|---|
XATerminator |
TransactionIntegration.getXATerminator()
Get the XATerminator
|
Modifier and Type | Method and Description |
---|---|
XATerminator |
TransactionIntegrationImpl.getXATerminator()
Get the XATerminator
|
Modifier and Type | Method and Description |
---|---|
XATerminator |
TransactionIntegrationImpl.getXATerminator()
Get the XATerminator
|
Constructor and Description |
---|
TransactionIntegrationImpl(javax.transaction.TransactionManager tm,
javax.transaction.TransactionSynchronizationRegistry tsr,
UserTransactionRegistry utr,
XATerminator terminator,
XAResourceRecoveryRegistry rr)
Constructor
|
Modifier and Type | Method and Description |
---|---|
XATerminator |
WorkManagerImpl.getXATerminator()
Get the XATerminator
|
Modifier and Type | Method and Description |
---|---|
void |
WorkManagerImpl.setXATerminator(XATerminator xaTerminator)
Set the XATerminator
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)