Uses of Package
com.oracle.coherence.patterns.command.internal

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

Classes in com.oracle.coherence.patterns.command.internal used by com.oracle.coherence.patterns.command.internal
CommandExecutionRequest
          A CommandExecutionRequest represents a request to execute a Command with in a specified Context (by a CommandExecutor).
CommandExecutionRequest.Key
          A custom key implementation for the CommandExecutionRequest class to support KeyAssociation.
CommandExecutionRequest.Status
          The request can be in one of three states: Pending, Started, or Canceled
CommandExecutor
          An CommandExecutor is responsible for coordinating and executing Commands (represented as CommandExecutionRequests) for a single Context.
CommandExecutor.CommandExecutorEvent
          The types of events the CommandExecutor FiniteStateMachine will accept.
CommandExecutor.State
          The set of possible CommandExecutor.States for a CommandExecutor.
CommandExecutorMBean
          The CommandExecutorMBean specifies the JMX monitoring and managability interface for CommandExecutors.
SubmissionOutcome
          A SubmissionOutcome represents the result of an attempt to submit a Command to a Context (via a CommandExecutor using a CommandExecutionRequest).
 



Copyright © 2016. All rights reserved.