Uses of Class
com.oracle.coherence.patterns.command.ContextConfiguration.ManagementStrategy

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

Uses of ContextConfiguration.ManagementStrategy in com.oracle.coherence.patterns.command
 

Methods in com.oracle.coherence.patterns.command that return ContextConfiguration.ManagementStrategy
 ContextConfiguration.ManagementStrategy DefaultContextConfiguration.getManagementStrategy()
          Returns the ContextConfiguration.ManagementStrategy for the Context being configured.
 ContextConfiguration.ManagementStrategy ContextConfiguration.getManagementStrategy()
          Returns the ContextConfiguration.ManagementStrategy for the Context being configured.
static ContextConfiguration.ManagementStrategy ContextConfiguration.ManagementStrategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContextConfiguration.ManagementStrategy[] ContextConfiguration.ManagementStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.oracle.coherence.patterns.command with parameters of type ContextConfiguration.ManagementStrategy
DefaultContextConfiguration(ContextConfiguration.ManagementStrategy managementStrategy)
          Standard Constructor (developer provided values).
 

Uses of ContextConfiguration.ManagementStrategy in com.oracle.coherence.patterns.command.internal
 

Methods in com.oracle.coherence.patterns.command.internal that return ContextConfiguration.ManagementStrategy
 ContextConfiguration.ManagementStrategy SubmissionOutcome.Accepted.getManagementStrategy()
          Returns the ContextConfiguration.ManagementStrategy that was used to store the Command.
 

Methods in com.oracle.coherence.patterns.command.internal with parameters of type ContextConfiguration.ManagementStrategy
static String CommandExecutionRequest.getCacheName(ContextConfiguration.ManagementStrategy managementStrategy)
          Returns the NamedCache for the CommandExecutionRequest using the specified ContextConfiguration.ManagementStrategy.
 

Constructors in com.oracle.coherence.patterns.command.internal with parameters of type ContextConfiguration.ManagementStrategy
CommandExecutionRequest.Key(Identifier contextIdentifier, Ticket ticket, ContextConfiguration.ManagementStrategy managementStrategy)
          Standard Constructor.
SubmissionOutcome.Accepted(CommandExecutionRequest.Key commandExecutionRequestKey, ContextConfiguration.ManagementStrategy managementStrategy)
          Standard Constructor.
 



Copyright © 2016. All rights reserved.