| Package | Description |
|---|---|
| org.jacorb.transaction | |
| org.omg.CosTransactions |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionCurrentImpl.commit(boolean report_heuristics) |
void |
TransactionCurrentImpl.rollback_only() |
void |
TransactionCurrentImpl.rollback() |
| Modifier and Type | Field and Description |
|---|---|
NoTransaction |
NoTransactionHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static NoTransaction |
NoTransactionHelper.extract(Any any) |
static NoTransaction |
NoTransactionHelper.read(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
static void |
NoTransactionHelper.insert(Any any,
NoTransaction s) |
static void |
NoTransactionHelper.write(OutputStream out,
NoTransaction s) |
| Modifier and Type | Method and Description |
|---|---|
void |
_CurrentStub.commit(boolean report_heuristics) |
void |
CurrentOperations.commit(boolean report_heuristics) |
void |
CurrentPOATie.commit(boolean report_heuristics) |
void |
_CurrentStub.rollback_only() |
void |
CurrentOperations.rollback_only() |
void |
CurrentPOATie.rollback_only() |
void |
_CurrentStub.rollback() |
void |
CurrentOperations.rollback() |
void |
CurrentPOATie.rollback() |
| Constructor and Description |
|---|
NoTransactionHolder(NoTransaction initial) |
Copyright © 2015 JacORB. All rights reserved.