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

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

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

Subclasses of SubmissionOutcome in com.oracle.coherence.patterns.command.internal
static class SubmissionOutcome.Accepted
          An SubmissionOutcome.Accepted SubmissionOutcome represents that a Command has been successfully submitted to a Context and is awaiting execution by a CommandExecutor.
static class SubmissionOutcome.UnknownContext
          An SubmissionOutcome.UnknownContext SubmissionOutcome represents that a Command has failed being submitted to a Context as the said Context does not exist.
 

Methods in com.oracle.coherence.patterns.command.internal that return SubmissionOutcome
 SubmissionOutcome CommandExecutor.acceptCommandExecutionRequest(CommandExecutionRequest commandExecutionRequest, com.tangosol.net.BackingMapManagerContext ctxBackingMapManagerContext)
          Accepts the specified CommandExecutionRequest for execution by this CommandExecutor.
 



Copyright © 2016. All rights reserved.