| Modifier and Type | Method and Description |
|---|---|
void |
TransactionListener.execute(CommandContext commandContext) |
TransactionContext |
TransactionContextFactory.openTransactionContext(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
TransactionContext |
JtaTransactionContextFactory.openTransactionContext(CommandContext commandContext) |
| Constructor and Description |
|---|
TransactionStateSynchronization(TransactionState transactionState,
TransactionListener transactionListener,
CommandContext commandContext) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandContext |
StandaloneMybatisTransactionContext.commandContext |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StandaloneMybatisTransactionContext.executeTransactionListeners(List<TransactionListener> transactionListeners,
CommandContext commandContext) |
TransactionContext |
StandaloneMybatisTransactionContextFactory.openTransactionContext(CommandContext commandContext) |
| Constructor and Description |
|---|
StandaloneMybatisTransactionContext(CommandContext commandContext) |
| Modifier and Type | Field and Description |
|---|---|
protected static ThreadLocal<Stack<CommandContext>> |
Context.commandContextThreadLocal |
| Modifier and Type | Method and Description |
|---|---|
static CommandContext |
Context.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Context.setCommandContext(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
Session |
DbSqlSessionFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventDispatchAction.dispatchEvent(CommandContext commandContext,
FlowableEventSupport eventSupport,
FlowableEvent event) |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
CommandContextFactory.createCommandContext(Command<?> cmd) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionCommandContextCloseListener.afterSessionsFlush(CommandContext commandContext) |
void |
CommandContextCloseListener.afterSessionsFlush(CommandContext commandContext)
Called when the
Session have been successfully flushed. |
void |
TransactionCommandContextCloseListener.closed(CommandContext commandContext) |
void |
CommandContextCloseListener.closed(CommandContext commandContext)
Called when the
CommandContext is successfully closed. |
void |
TransactionCommandContextCloseListener.closeFailure(CommandContext commandContext) |
void |
CommandContextCloseListener.closeFailure(CommandContext commandContext)
Called when the
CommandContext has not been successfully closed due to an exception that happened. |
void |
TransactionCommandContextCloseListener.closing(CommandContext commandContext) |
void |
CommandContextCloseListener.closing(CommandContext commandContext)
Called when the
CommandContext is being closed, but no 'close logic' has been executed. |
T |
Command.execute(CommandContext commandContext) |
Session |
SessionFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
Session |
GenericManagerFactory.openSession(CommandContext commandContext) |
Copyright © 2017 Flowable. All rights reserved.