| Package | Description |
|---|---|
| com.sun.enterprise.transaction.api | |
| com.sun.enterprise.transaction.spi |
| Modifier and Type | Method and Description |
|---|---|
TransactionalResource |
JavaEETransaction.getLAOResource() |
TransactionalResource |
JavaEETransaction.getNonXAResource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JavaEETransactionManager.delistResource(Transaction tran,
TransactionalResource h,
int flag)
Delist the resource specified from the transaction
|
boolean |
JavaEETransactionManager.enlistResource(Transaction tran,
TransactionalResource h)
Enlist the resource specified with the transaction
|
void |
JavaEETransactionManager.registerComponentResource(TransactionalResource h) |
void |
JavaEETransaction.setLAOResource(TransactionalResource h) |
void |
JavaEETransactionManager.unregisterComponentResource(TransactionalResource h) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JavaEETransactionManagerDelegate.enlistDistributedNonXAResource(Transaction tran,
TransactionalResource h)
Perform implementation specific steps to enlist a non-XA resource
with a distribute transaction.
|
boolean |
JavaEETransactionManagerDelegate.enlistLAOResource(Transaction tran,
TransactionalResource h)
Perform implementation specific steps to enlist resource as a LAO.
|
Copyright © 2013. All Rights Reserved.