org.apache.geronimo.clustering.wadi
Class WADISessionAdaptor
java.lang.Object
org.apache.geronimo.clustering.wadi.WADISessionAdaptor
- All Implemented Interfaces:
- Session
public class WADISessionAdaptor
- extends Object
- implements Session
- Version:
- $Rev$ $Date$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WADISessionAdaptor
public WADISessionAdaptor(org.codehaus.wadi.core.session.Session session)
retrieveAdaptor
public static WADISessionAdaptor retrieveAdaptor(org.codehaus.wadi.core.session.Session session)
getSessionId
public String getSessionId()
- Specified by:
getSessionId in interface Session
release
public void release()
- Specified by:
release in interface Session
addState
public Object addState(String key,
Object value)
- Specified by:
addState in interface Session
getState
public Object getState(String key)
- Specified by:
getState in interface Session
removeState
public Object removeState(String key)
- Specified by:
removeState in interface Session
getState
public Map getState()
- Specified by:
getState in interface Session
onEndAccess
public void onEndAccess()
- Specified by:
onEndAccess in interface Session
Copyright © 2003-2011 The Apache Geronimo development community. All Rights Reserved.