| Package | Description |
|---|---|
| com.sun.jts.CosTransactions | |
| com.sun.jts.jta | |
| com.sun.jts.utils.RecoveryHooks |
| Modifier and Type | Field and Description |
|---|---|
protected GlobalTID |
ControlImpl.globalTID |
| Modifier and Type | Method and Description |
|---|---|
GlobalTID |
TopCoordinator.getGlobalTid() |
GlobalTID |
ControlImpl.getGlobalTID()
Returns the identifier that globally represents the transaction
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CurrentTransaction.recreate(GlobalTID tid,
int timeout)
Recreates a transaction based on the information contained in the
transaction id (tid) and associates the current thread of control with
the recreated transaction.
|
static void |
CurrentTransaction.release(GlobalTID tid)
Disassociates the current thread of control from the specified
transaction.
|
| Constructor and Description |
|---|
TransactionImpl(org.omg.CosTransactions.Control control,
GlobalTID gtid) |
TransactionState(GlobalTID gtid,
TransactionImpl tran) |
| Modifier and Type | Method and Description |
|---|---|
static void |
FailureInducer.waitForFailure(GlobalTID gtid,
Integer failPoint)
This method is called by the coordinator at every valid
failure point.
|
Copyright © 2017. All rights reserved.