Uses of Interface
com.oracle.coherence.patterns.command.ContextConfiguration

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

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

Classes in com.oracle.coherence.patterns.command that implement ContextConfiguration
 class DefaultContextConfiguration
          The default implementation of a ContextConfiguration.
 

Methods in com.oracle.coherence.patterns.command that return ContextConfiguration
 ContextConfiguration ExecutionEnvironment.getContextConfiguration()
          Returns the ContextConfiguration for the Context in which the execution is taking place.
 

Methods in com.oracle.coherence.patterns.command with parameters of type ContextConfiguration
 Identifier DefaultContextsManager.registerContext(Context context, ContextConfiguration contextConfiguration)
          Registers a Context with a specified ContextConfiguration.
 Identifier ContextsManager.registerContext(Context context, ContextConfiguration contextConfiguration)
          Registers a Context with a specified ContextConfiguration.
 Identifier DefaultContextsManager.registerContext(Identifier contextIdentifier, Context context, ContextConfiguration contextConfiguration)
          Registers a Context with the specified Identifier and ContextConfiguration.
 Identifier ContextsManager.registerContext(Identifier identifier, Context context, ContextConfiguration contextConfiguration)
          Registers a Context with the specified Identifier and ContextConfiguration.
 Identifier DefaultContextsManager.registerContext(String contextName, Context context, ContextConfiguration contextConfiguration)
          Registers a Context with the specified contextName and ContextConfiguration.
 Identifier ContextsManager.registerContext(String contextName, Context context, ContextConfiguration contextConfiguration)
          Registers a Context with the specified contextName and ContextConfiguration.
 

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

Methods in com.oracle.coherence.patterns.command.internal that return ContextConfiguration
 ContextConfiguration ContextWrapper.getContextConfiguration()
          Returns the ContextConfiguration for the Context being wrapped.
 

Constructors in com.oracle.coherence.patterns.command.internal with parameters of type ContextConfiguration
ContextWrapper(Identifier contextIdentifier, Context context, ContextConfiguration contextConfiguration)
          Standard Constructor.
CreateContextProcessor(Context context, ContextConfiguration contextConfiguration)
          Standard Constructor.
 



Copyright © 2016. All rights reserved.