com.oracle.coherence.patterns.command
Interface ContextConfiguration

All Known Implementing Classes:
DefaultContextConfiguration

public interface 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.

As ContextConfigurations are cached objects (ie: placed in Coherence caches), they need to at least implement Serializable, or better still, implement ExternalizableLite or PortableObject.

Copyright (c) 2008. All Rights Reserved. Oracle Corporation.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.

Author:
Brian Oliver

Nested Class Summary
static class ContextConfiguration.ManagementStrategy
          The ContextConfiguration.ManagementStrategy of a Context is used to specify how work (like Commands) are stored and managed.
 
Method Summary
 ContextConfiguration.ManagementStrategy getManagementStrategy()
          Returns the ContextConfiguration.ManagementStrategy for the Context being configured.
 

Method Detail

getManagementStrategy

ContextConfiguration.ManagementStrategy getManagementStrategy()
Returns the ContextConfiguration.ManagementStrategy for the Context being configured.



Copyright © 2016. All rights reserved.