org.apache.geronimo.clustering.wadi
Class WADISessionAdaptor
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WADISessionAdaptor
public WADISessionAdaptor(org.codehaus.wadi.web.WebSession session)
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.