|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
| 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 |
|---|
ContextConfiguration.ManagementStrategy getManagementStrategy()
ContextConfiguration.ManagementStrategy for the
Context being configured.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||