| Package | Description |
|---|---|
| com.sun.enterprise.transaction | |
| com.sun.enterprise.transaction.api | |
| com.sun.enterprise.transaction.jts |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaEETransactionManagerSimplifiedDelegate
Implementation of JavaEETransactionManagerDelegate that supports only
local transactions with a single non-XA resource.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JavaEETransactionManagerSimplified.isDelegate(JavaEETransactionManagerDelegate d) |
void |
JavaEETransactionManagerSimplified.setDelegate(JavaEETransactionManagerDelegate d) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaEETransactionManager.setDelegate(JavaEETransactionManagerDelegate delegate)
Explicitly set the JavaEETransactionManagerDelegate instance
for implementation-specific callbacks.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaEETransactionManagerJTSDelegate
Implementation of JavaEETransactionManagerDelegate that supports XA
transactions with JTS.
|
Copyright © 2019. All rights reserved.