org.apache.geronimo.clustering.wadi
Class WADISessionAdaptor

java.lang.Object
  extended by org.apache.geronimo.clustering.wadi.WADISessionAdaptor
All Implemented Interfaces:
org.apache.geronimo.clustering.Session

public class WADISessionAdaptor
extends Object
implements org.apache.geronimo.clustering.Session


Constructor Summary
WADISessionAdaptor(org.codehaus.wadi.web.WebSession session)
           
 
Method Summary
 Object addState(String key, Object value)
           
 String getSessionId()
           
 Map getState()
           
 Object getState(String key)
           
 void release()
           
 Object removeState(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WADISessionAdaptor

public WADISessionAdaptor(org.codehaus.wadi.web.WebSession session)
Method Detail

getSessionId

public String getSessionId()
Specified by:
getSessionId in interface org.apache.geronimo.clustering.Session

release

public void release()
Specified by:
release in interface org.apache.geronimo.clustering.Session

addState

public Object addState(String key,
                       Object value)
Specified by:
addState in interface org.apache.geronimo.clustering.Session

getState

public Object getState(String key)
Specified by:
getState in interface org.apache.geronimo.clustering.Session

removeState

public Object removeState(String key)
Specified by:
removeState in interface org.apache.geronimo.clustering.Session

getState

public Map getState()
Specified by:
getState in interface org.apache.geronimo.clustering.Session


Copyright © 2006 Apache Software Foundation. All Rights Reserved.