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

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

Classes in com.oracle.coherence.patterns.command used by com.oracle.coherence.patterns.command
Command
          A Command represents some action (together with required state) that is to be asynchronously executed against a Context.
CommandSubmitter
          A CommandSubmitter provides the mechanisms by which we submit Command execution within Contexts.
Context
          A Context is an object that captures the shared state that zero or more Commands may use during execution.
ContextConfiguration
          A ContextConfiguration defines the properties that specify how a Context is managed, together with the expected semantics of the environment in which the Context is operating.
ContextConfiguration.ManagementStrategy
          The ContextConfiguration.ManagementStrategy of a Context is used to specify how work (like Commands) are stored and managed.
ContextsManager
          A ContextsManager provides the mechanism by which we may register and manage Contexts.
ExecutionEnvironment
          An ExecutionEnvironment is provided to a Command when it is being executed.
 

Classes in com.oracle.coherence.patterns.command used by com.oracle.coherence.patterns.command.commands
Command
          A Command represents some action (together with required state) that is to be asynchronously executed against a Context.
Context
          A Context is an object that captures the shared state that zero or more Commands may use during execution.
ExecutionEnvironment
          An ExecutionEnvironment is provided to a Command when it is being executed.
PriorityCommand
          A PriorityCommand is a specialized Command that will be executed prior to regular Commands.
 

Classes in com.oracle.coherence.patterns.command used by com.oracle.coherence.patterns.command.internal
Command
          A Command represents some action (together with required state) that is to be asynchronously executed against a Context.
Context
          A Context is an object that captures the shared state that zero or more Commands may use during execution.
ContextConfiguration
          A ContextConfiguration defines the properties that specify how a Context is managed, together with the expected semantics of the environment in which the Context is operating.
ContextConfiguration.ManagementStrategy
          The ContextConfiguration.ManagementStrategy of a Context is used to specify how work (like Commands) are stored and managed.
 



Copyright © 2016. All rights reserved.