|
Oracle® Coherence Java API Reference Release 3.6.1.0 E18814-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Deprecated. In releases following 3.6 customization will be declarative.
public static interface HttpSessionCollection.AttributeScopeController
The AttributeScopeController is an optional interface that is used to selectively scope attributes in cases when a session may be shared across more than one application. This enables different applications to potentially use the same attribute names for application-scope state without accidentally reading, updating, or removing other applications' attributes. Furthermore, in addition to having application-scoped information in the session, it allows the session to contain global (unscoped) information that is readable, updatable, and removable by any of the applications that share the session.
| Method Summary | |
|---|---|
java.lang.String |
extractAttributeName(java.lang.String sAttribute)Deprecated. Given a potentially qualified attribute name, return the original (fully unqualified) attribute name. |
void |
init(java.lang.String sApplication)Deprecated. Initialize the AttributeScopeController. |
java.lang.String |
qualifyAttributeName(java.lang.String sAttribute)Deprecated. Given an attribute name, return a potentially qualified name. |
| Method Detail |
|---|
void init(java.lang.String sApplication)
sApplication - an application name that may be used to qualify attribute namesjava.lang.String qualifyAttributeName(java.lang.String sAttribute)
sAttribute - the name that the application identifies the attribute byjava.lang.String extractAttributeName(java.lang.String sAttribute)
sAttribute - an attribute name that may be qualified
|
Oracle® Coherence Java API Reference Release 3.6.1.0 E18814-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||