com.bemoko.live.platform.context
Class Session

java.lang.Object
  extended by com.bemoko.live.platform.context.Session

public class Session
extends Object


Constructor Summary
Session()
           
 
Method Summary
static void flush(HttpSession httpSession)
           
 PluginCacheEntry getPlugin(String name)
           
static Session getSession(HttpSession httpSession)
          Get the session from the HTTP session, creating it if necessary
 void putPlugin(String name, PluginCacheEntry plugin)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Session

public Session()
Method Detail

getPlugin

public PluginCacheEntry getPlugin(String name)

putPlugin

public void putPlugin(String name,
                      PluginCacheEntry plugin)

getSession

public static Session getSession(HttpSession httpSession)
Get the session from the HTTP session, creating it if necessary

Parameters:
httpSession -
Returns:
Session

flush

public static void flush(HttpSession httpSession)