KIE Internal 6.2.0.CR2

Uses of Class
org.kie.internal.executor.api.CommandContext

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.2.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.