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

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

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

Methods in com.oracle.coherence.patterns.command.internal that return CommandExecutor
static CommandExecutor CommandExecutorManager.ensureCommandExecutor(Identifier contextIdentifier, com.tangosol.net.PartitionedService partitionedService)
          Returns the CommandExecutor for the Context identified by the provided Identifier.
static CommandExecutor CommandExecutorManager.getCommandExecutor(Identifier contextIdentifier)
          Returns the CommandExecutor for the Context identified by the provided Identifier.
static CommandExecutor CommandExecutorManager.removeCommandExecutor(Identifier contextIdentifier)
          Removes the CommandExecutor for the Context with the specified Identifier.
 



Copyright © 2016. All rights reserved.