org.exist.http.servlets
Interface SessionWrapper

All Known Implementing Classes:
CocoonSessionWrapper, HttpSessionWrapper

public interface SessionWrapper

Author:
Wolfgang Meier (wolfgang@exist-db.org)

Method Summary
 Object getAttribute(String arg0)
           
 Enumeration getAttributeNames()
           
 long getCreationTime()
           
 String getId()
           
 long getLastAccessedTime()
           
 int getMaxInactiveInterval()
           
 void invalidate()
           
 boolean isNew()
           
 void removeAttribute(String arg0)
           
 void setAttribute(String arg0, Object arg1)
           
 void setMaxInactiveInterval(int arg0)
           
 

Method Detail

getAttribute

Object getAttribute(String arg0)

getAttributeNames

Enumeration getAttributeNames()

getCreationTime

long getCreationTime()

getId

String getId()

getLastAccessedTime

long getLastAccessedTime()

getMaxInactiveInterval

int getMaxInactiveInterval()

invalidate

void invalidate()

isNew

boolean isNew()

removeAttribute

void removeAttribute(String arg0)

setAttribute

void setAttribute(String arg0,
                  Object arg1)

setMaxInactiveInterval

void setMaxInactiveInterval(int arg0)


Copyright (C) Wolfgang Meier. All rights reserved.