org.codehaus.wadi
Interface Session
- All Superinterfaces:
- Context, Evictable, Motable, SerializableContent
- All Known Subinterfaces:
- WADIHttpSession
- All Known Implementing Classes:
- StandardSession
- public interface Session
- extends Context
Methods inherited from interface org.codehaus.wadi.Evictable |
checkTimeframe, copy, destroy, getCreationTime, getLastAccessedTime, getMaxInactiveInterval, getTimedOut, getTimeToLive, init, isNew, mote, setLastAccessedTime, setMaxInactiveInterval |
getId
public String getId()
getAttribute
public Object getAttribute(String name)
getAttributeNameSet
public Set getAttributeNameSet()
getAttributeNameEnumeration
public Enumeration getAttributeNameEnumeration()
getAttributeNameStringArray
public String[] getAttributeNameStringArray()
setAttribute
public Object setAttribute(String name,
Object value)
removeAttribute
public Object removeAttribute(String name)
getConfig
public SessionConfig getConfig()
Copyright © 2004-2008 Core Developers Network Ltd.. All Rights Reserved.