com.antiaction.mayhem.httpd.servlet
Class HttpSessionContextImpl

java.lang.Object
  extended by com.antiaction.mayhem.httpd.servlet.HttpSessionContextImpl
All Implemented Interfaces:
java.util.Enumeration, javax.servlet.http.HttpSessionContext

public class HttpSessionContextImpl
extends java.lang.Object
implements javax.servlet.http.HttpSessionContext, java.util.Enumeration

HTTP Seesion Context (deprecated).

Version:
1.00
Author:
Nicholas Clarke

Constructor Summary
HttpSessionContextImpl()
           
 
Method Summary
 java.util.Enumeration getIds()
          Deprecated.
 javax.servlet.http.HttpSession getSession(java.lang.String sessionId)
          Deprecated.
 boolean hasMoreElements()
          Always returns false.
 java.lang.Object nextElement()
          Throws NoSuchElementException exception.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpSessionContextImpl

public HttpSessionContextImpl()
Method Detail

getSession

public javax.servlet.http.HttpSession getSession(java.lang.String sessionId)
Deprecated.

Specified by:
getSession in interface javax.servlet.http.HttpSessionContext

getIds

public java.util.Enumeration getIds()
Deprecated.

Specified by:
getIds in interface javax.servlet.http.HttpSessionContext

hasMoreElements

public boolean hasMoreElements()
Always returns false.

Specified by:
hasMoreElements in interface java.util.Enumeration
Returns:
false.

nextElement

public java.lang.Object nextElement()
Throws NoSuchElementException exception.

Specified by:
nextElement in interface java.util.Enumeration
Returns:
nothing.


Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.