Uses of Class
com.oracle.coherence.patterns.command.internal.CommandExecutor.State

Packages that use CommandExecutor.State
com.oracle.coherence.patterns.command.internal   
 

Uses of CommandExecutor.State in com.oracle.coherence.patterns.command.internal
 

Methods in com.oracle.coherence.patterns.command.internal that return CommandExecutor.State
 CommandExecutor.State CommandExecutor.CommandExecutorEvent.getDesiredState(CommandExecutor.State currentState, ExecutionContext context)
           
 CommandExecutor.State CommandExecutor.getState()
          Obtains the current CommandExecutor.State of the CommandExecutor.
static CommandExecutor.State CommandExecutor.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CommandExecutor.State[] CommandExecutor.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.oracle.coherence.patterns.command.internal with parameters of type CommandExecutor.State
 CommandExecutor.State CommandExecutor.CommandExecutorEvent.getDesiredState(CommandExecutor.State currentState, ExecutionContext context)
           
 Instruction CommandExecutor.onDelaying(CommandExecutor.State previousState, CommandExecutor.State newState, Event event, ExecutionContext context)
          Handles when the CommandExecutor has to delay execution of CommandExecutionRequests due to doubt of context ownership
 Instruction CommandExecutor.onExecuting(CommandExecutor.State previousState, CommandExecutor.State newState, Event event, ExecutionContext context)
          Executes one or more CommandExecutionRequests that are currently waiting to be executed for the command context.
 Instruction CommandExecutor.onScheduled(CommandExecutor.State previousState, CommandExecutor.State newState, Event event, ExecutionContext context)
          Handles when the CommandExecutor schedules to execute CommandExecutionRequests.
 Instruction CommandExecutor.onStarting(CommandExecutor.State previousState, CommandExecutor.State newState, Event event, ExecutionContext context)
          Starts ups, initializes, recovers and schedules the CommandExecutor to start processing CommandExecutionRequests.
 Instruction CommandExecutor.onStopping(CommandExecutor.State previousState, CommandExecutor.State newState, Event event, ExecutionContext context)
          Handles the shutdown/stopping process, afterwhich no further requests will be processed.
 



Copyright © 2016. All rights reserved.