it.eng.spagobi.commons.utilities
Class SessionBridge

java.lang.Object
  extended by it.eng.spagobi.commons.utilities.SessionBridge

public class SessionBridge
extends java.lang.Object


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

SessionBridge

public SessionBridge()
Method Detail

getInstance

public static SessionBridge getInstance()
Gets the single instance of SessionBridge.

Returns:
single instance of SessionBridge

putObject

public void putObject(java.lang.String key,
                      java.lang.Object obj)
Put object.

Parameters:
key - the key
obj - the obj

removeObject

public java.lang.Object removeObject(java.lang.String key)
Removes the object.

Parameters:
key - the key
Returns:
the object