|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.platform.session.BbSession.Scope
public static class BbSession.Scope
Enumeration of possible attribute scopes.
| Field Summary | |
|---|---|
static BbSession.Scope |
GLOBAL_USER
Deprecated. Attributes with global scope are offloaded to persistent storage in database or filesystem and are subsequently available to any webapp or consumer in any process. |
static BbSession.Scope |
LOCAL_USER
Deprecated. Attributes with local scope are stored in memory and are available to all webapps and other consumers in the system. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final BbSession.Scope LOCAL_USER
public static final BbSession.Scope GLOBAL_USER
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||