|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContextsManager
A ContextsManager provides the mechanism by which
we may register and manage Contexts.
Copyright (c) 2008. All Rights Reserved. Oracle Corporation.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
| Method Summary | |
|---|---|
Object |
extractValueFromContext(Identifier identifier,
com.tangosol.util.ValueExtractor valueExtractor)
Extracts a value from the most recently updated version of the Context with the provided ValueExtractor. |
Context |
getContext(Identifier identifier)
Returns the most recent updated version of the Context with the
specified Identifier. |
Identifier |
registerContext(Context context)
Registers a Context using a DefaultContextConfiguration. |
Identifier |
registerContext(Context context,
ContextConfiguration contextConfiguration)
Registers a Context with a specified ContextConfiguration. |
Identifier |
registerContext(Identifier identifier,
Context context)
Registers a Context with the specified Identifier
using a DefaultContextConfiguration. |
Identifier |
registerContext(Identifier identifier,
Context context,
ContextConfiguration contextConfiguration)
Registers a Context with the specified Identifier
and ContextConfiguration. |
Identifier |
registerContext(String contextName,
Context context)
Registers a Context with the specified contextName
using a DefaultContextConfiguration. |
Identifier |
registerContext(String contextName,
Context context,
ContextConfiguration contextConfiguration)
Registers a Context with the specified contextName
and ContextConfiguration. |
| Method Detail |
|---|
Identifier registerContext(Identifier identifier,
Context context,
ContextConfiguration contextConfiguration)
Context with the specified Identifier
and ContextConfiguration.
The returned Identifier may then be used to
manage the Context, including submitting Commands
for execution.
identifier - context - contextConfiguration -
Identifier registerContext(Identifier identifier,
Context context)
Context with the specified Identifier
using a DefaultContextConfiguration.
The returned Identifier may then be used to
manage the Context, including submitting Commands
for execution.
identifier - context -
Identifier registerContext(String contextName,
Context context,
ContextConfiguration contextConfiguration)
Context with the specified contextName
and ContextConfiguration.
The returned Identifier may then be used to
manage the Context, including submitting Commands
for execution.
contextName - context - contextConfiguration -
Identifier registerContext(String contextName,
Context context)
Context with the specified contextName
using a DefaultContextConfiguration.
The returned Identifier may then be used to
manage the Context, including submitting Commands
for execution.
contextName - context -
Identifier registerContext(Context context,
ContextConfiguration contextConfiguration)
Context with a specified ContextConfiguration.
NOTE: A unique Identifier will be generated for the Context.
The returned Identifier may then be used to
manage the Context, including submitting Commands
for execution.
context - contextConfiguration - Identifier registerContext(Context context)
Context using a DefaultContextConfiguration.
NOTE: A unique Identifier will be generated for the Context.
The returned Identifier may then be used to
manage the Context, including submitting Commands
for execution.
context - Context getContext(Identifier identifier)
Context with the
specified Identifier.
identifier -
Object extractValueFromContext(Identifier identifier,
com.tangosol.util.ValueExtractor valueExtractor)
Context with the provided ValueExtractor.
identifier - valueExtractor -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||