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

Version:
$Rev$ $Date$

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)
           
static WADISessionAdaptor retrieveAdaptor(org.codehaus.wadi.core.session.Session session)
           
 
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

retrieveAdaptor

public static WADISessionAdaptor retrieveAdaptor(org.codehaus.wadi.core.session.Session 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

onEndAccess

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


Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.