|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IJndiManager
JNDIManager. uPortal's JNDI tree has the following basic structure: root context | +--services--*[service name]*... | +--users--*[userID]* | | | +--layouts--*[layoutId]* + | | sessions | +--channel-ids | | | | *[sessionId]* | | +--*[fname]*--[chanId] | | | +--sessions--*[sessionId]* | | +--sessions--*[sessionId]* | +--channel-obj--*[chanId]*... | +--[layoutId] Notation: [something] referes to a value of something *[something]* refers to a set of values ... refers to a subcontext
| Method Summary | |
|---|---|
void |
destroySessionContext(HttpSession session)
Unbind objects related to the specific session. |
JndiTemplate |
getJndiTemplate()
|
void |
initializeSessionContext(HttpSession session,
String userId,
String layoutId,
Document userLayout)
Create and bind objects to the portal context for a new user's session |
| Method Detail |
|---|
JndiTemplate getJndiTemplate()
JndiAccessor.getJndiTemplate()
void initializeSessionContext(HttpSession session,
String userId,
String layoutId,
Document userLayout)
session - The new sessionuserId - The user ID the session is forlayoutId - The layout ID for the user and sessionuserLayout - The layout document for the user and sessionvoid destroySessionContext(HttpSession session)
session -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||