|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.commons.utilities.SessionBridge
public class SessionBridge
Constructor Summary | |
---|---|
SessionBridge()
|
Method Summary | |
---|---|
static SessionBridge |
getInstance()
Gets the single instance of SessionBridge. |
void |
putObject(java.lang.String key,
java.lang.Object obj)
Put object. |
java.lang.Object |
removeObject(java.lang.String key)
Removes the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SessionBridge()
Method Detail |
---|
public static SessionBridge getInstance()
public void putObject(java.lang.String key, java.lang.Object obj)
key
- the keyobj
- the objpublic java.lang.Object removeObject(java.lang.String key)
key
- the key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |