JNDIManager.java | Class | 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
... |