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.getState()
          Returns 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
 void CommandExecutor.setState(CommandExecutor.State state)
          Sets the CommandExecutor.State of the CommandExecutor.
 



Copyright © 2016. All Rights Reserved.