org.apache.geronimo.clustering.wadi
Class WADISessionAdaptor

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

public class WADISessionAdaptor
extends Object
implements Session


Constructor Summary
WADISessionAdaptor(org.codehaus.wadi.core.session.Session session)
           
 
Method Summary
 Object addState(String key, Object value)
           
 String getSessionId()
           
 Map getState()
           
 Object getState(String key)
           
 void onEndAccess()
           
 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.core.session.Session session)
Method Detail

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.