Package | Description |
---|---|
org.teiid.dqp.internal.process | |
org.teiid.dqp.message | |
org.teiid.dqp.service | |
org.teiid.query.util |
Modifier and Type | Field and Description |
---|---|
protected TransactionContext |
Request.transactionContext |
Modifier and Type | Method and Description |
---|---|
TransactionContext |
TransactionServerImpl.begin(String threadId)
Local Transaction
|
TransactionContext |
TransactionServerImpl.getOrCreateTransactionContext(String threadId) |
TransactionContext |
TransactionServerImpl.TransactionMapping.getOrCreateTransactionContext(String threadId) |
TransactionContext |
TransactionServerImpl.TransactionMapping.getTransactionContext(String threadId) |
TransactionContext |
TransactionServerImpl.TransactionMapping.getTransactionContext(XidImpl xid) |
TransactionContext |
TransactionServerImpl.TransactionMapping.removeTransactionContext(String threadId) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionServerImpl.TransactionMapping.addTransactionContext(TransactionContext tc) |
void |
TransactionServerImpl.begin(TransactionContext context)
Request level transaction
|
void |
TransactionServerImpl.commit(TransactionContext context)
Request level transaction
|
void |
TransactionServerImpl.TransactionMapping.removeTransactionContext(TransactionContext tc) |
void |
TransactionServerImpl.resume(TransactionContext context) |
void |
TransactionServerImpl.rollback(TransactionContext context)
Request level transaction
|
void |
TransactionServerImpl.suspend(TransactionContext context) |
Modifier and Type | Method and Description |
---|---|
TransactionContext |
AtomicRequestMessage.getTransactionContext() |
Modifier and Type | Method and Description |
---|---|
void |
AtomicRequestMessage.setTransactionContext(TransactionContext context) |
Modifier and Type | Method and Description |
---|---|
TransactionContext |
TransactionService.begin(String threadId) |
TransactionContext |
TransactionContext.clone() |
TransactionContext |
TransactionService.getOrCreateTransactionContext(String threadId) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionService.begin(TransactionContext context) |
void |
TransactionService.commit(TransactionContext context) |
void |
TransactionService.resume(TransactionContext context) |
void |
TransactionService.rollback(TransactionContext context) |
void |
TransactionService.suspend(TransactionContext context) |
Modifier and Type | Method and Description |
---|---|
TransactionContext |
CommandContext.getTransactionContext() |
Modifier and Type | Method and Description |
---|---|
void |
CommandContext.setTransactionContext(TransactionContext transactionContext) |
Copyright © 2019. All rights reserved.