|
KIE Internal 6.1.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandContext | |
|---|---|
| org.kie.internal.executor.api | |
| Uses of CommandContext in org.kie.internal.executor.api |
|---|
| Methods in org.kie.internal.executor.api with parameters of type CommandContext | |
|---|---|
ExecutionResults |
Command.execute(CommandContext ctx)
Executed this command's logic. |
void |
CommandCallback.onCommandDone(CommandContext ctx,
ExecutionResults results)
Executed as soon as command is executed successfully. |
void |
CommandCallback.onCommandError(CommandContext ctx,
Throwable exception)
Executed only when command failed and all possible retries were already invoked. |
Long |
ExecutorService.scheduleRequest(String commandName,
CommandContext ctx)
|
Long |
Executor.scheduleRequest(String commandName,
CommandContext ctx)
Schedules execution of given command as soon as possible. |
Long |
ExecutorService.scheduleRequest(String commandId,
Date date,
CommandContext ctx)
|
Long |
Executor.scheduleRequest(String commandName,
Date date,
CommandContext ctx)
Schedules execution of given command on defined time. |
|
KIE Internal 6.1.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||